Skip to content

Commit

Permalink
Release: prepare v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 31, 2024
1 parent 89be17b commit 7099bb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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).

## [Unreleased]
## [2.0.1] - 2024-12-31
### Fixed
- [#38: Internal types in public API break `omit-non-api-members=true`](https://github.com/JetBrains/Refasmer/issues/38).
- Fix regression since v2.0.0: public compiler-generated types are no longer ommitted from the refasmed assemblies.
- Fix regression since v2.0.0: public compiler-generated types are no longer omitted from the refasmed assemblies.

## [2.0.0] - 2024-11-20
### Changed
Expand Down Expand Up @@ -190,4 +190,5 @@ Release the initial version in form of a .NET executable and a NuGet package.
[1.0.32]: https://github.com/JetBrains/Refasmer/compare/1.0.31...1.0.32
[1.0.33]: https://github.com/JetBrains/Refasmer/compare/1.0.32...1.0.33
[2.0.0]: https://github.com/JetBrains/Refasmer/compare/1.0.33...v2.0.0
[Unreleased]: https://github.com/JetBrains/Refasmer/compare/v2.0.0...HEAD
[2.0.1]: https://github.com/JetBrains/Refasmer/compare/v2.0.0...v2.0.1
[Unreleased]: https://github.com/JetBrains/Refasmer/compare/v2.0.1...HEAD
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Packaging">
<Version>2.0.1-pre07</Version>
<Version>2.0.1</Version>
<Copyright>Copyright © JetBrains 2024</Copyright>

<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 7099bb9

Please # to comment.