Skip to content

Commit

Permalink
Release: prepare v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 11, 2024
1 parent 114430d commit 767562c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0] - 2024-08-22
- Initial version
## [1.0.1] - 2024-10-11
### Fixed
- Test errors are no longer reported to the IDE error window.
- Minor UI text updates.

## [1.0.0] - 2024-09-30
This is the initial plugin release.

[1.0.0]: https://github.com/JetBrains/rider-trx-plugin/releases/tag/v1.0.0
[1.0.1]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.0...v1.0.1
[Unreleased]: https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.1...HEAD
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=1.0.0
pluginVersion=1.0.1

untilBuildVersion=243.*

Expand Down

0 comments on commit 767562c

Please sign in to comment.