Skip to content

Commit ad3f1e9

Browse files
committed
Release: prepare v1.2.0
1 parent 031bf58 commit ad3f1e9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.0] - 2025-06-17
8+
### Changed
9+
- **(Requirement update!)** Support Rider versions in range \[2025.2 EAP 5; 2025.3.*\].
10+
711
## [1.1.0] - 2025-02-14
812
### Changed
913
- **(Requirement update!)** Support Rider versions in range \[2025.1 EAP 3; 2025.1.*\].
@@ -25,4 +29,5 @@ This is the initial plugin release.
2529
[1.0.1]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.0...v1.0.1
2630
[1.0.2]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.1...v1.0.2
2731
[1.1.0]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.2...v1.1.0
28-
[Unreleased]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.1.0...HEAD
32+
[1.2.0]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.1.0...v1.2.0
33+
[Unreleased]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.2.0...HEAD

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pluginVersion=1.1.0
1+
pluginVersion=1.2.0
22

3-
untilBuildVersion=252.*
3+
untilBuildVersion=253.*
44

55
buildConfiguration=Debug
66

intellij-updater.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"file": "gradle.properties",
1414
"field": "untilBuildVersion",
1515
"kind": "rider",
16-
"versionFlavor": "release",
16+
"versionFlavor": "eap",
1717
"augmentation": "nextMajor"
1818
}, {
1919
"file": "gradle/libs.versions.toml",

0 commit comments

Comments
 (0)