Skip to content

Commit

Permalink
Release: prepare v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Nov 14, 2024
1 parent c5cf48e commit 28a12ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

When considering version compatibility (and thus incrementing the major version), we only consider the configuration file major user experience changes. The host IDE version is not considered a version compatibility factor (since otherwise we'd have to increase the major version pretty often and that would make no sense).

## [1.5.2] - 2024-11-15
### Changed
- **(Requirement update!)** Update the supported Rider version range to \[2024.3; 2025.1\].

## [1.5.1] - 2024-09-19
### Fixed
- [#421: Publish Action Triggers Undo Command](https://github.com/ForNeVeR/AvaloniaRider/issues/421).
Expand Down Expand Up @@ -110,4 +114,5 @@ The initial plugin release. The plugin provides the following features for JetBr
[1.4.0]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.3.2...v1.4.0
[1.5.0]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.4.0...v1.5.0
[1.5.1]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.0...v1.5.1
[Unreleased]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.1...HEAD
[1.5.2]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.1...v1.5.2
[Unreleased]: https://github.com/ForNeVeR/AvaloniaRider/compare/v1.5.2...HEAD
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.stdlib.default.dependency=false

pluginVersionBase=1.5.1
pluginVersionBase=1.5.2

untilBuildVersion=251.*

Expand Down

0 comments on commit 28a12ef

Please sign in to comment.