Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: prepare v2.0.1 #43

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading