Skip to content

Commit fa732e9

Browse files
authored
chore: prepare release 0.3.0-rc.2 (#238)
1 parent f796888 commit fa732e9

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0-rc.2] - 2025-12-18
11+
1012
### Added
1113
- Ionide.KeepAChangelog integration for changelog-driven versioning
1214
- ChangelogHelper class for parsing and manipulating CHANGELOG.md
1315
- PrepareRelease target for automated release preparation
16+
- **Proto WASM Plugin**: Tool manager plugin for proto (moonrepo.dev/proto)
17+
- Enables `proto install morphir` for cross-platform installation
18+
- Platform support: Linux (x64, arm64), macOS (x64, arm64), Windows (x64)
19+
- Automatic version detection and platform-specific executable downloads
20+
- Released as separate plugin-v0.1.0 on GitHub
21+
- **GitHub Release Automation**: Deployment workflow now creates GitHub releases
22+
- PackPlatformTarballs Nuke target for creating platform-specific tarballs
23+
- CreateGitHubRelease Nuke target for automated release publishing
24+
- Release notes with proto installation instructions
25+
- Platform-specific executable tarballs as release assets
26+
- **Build System Improvements**:
27+
- RunRustCommand helper with intelligent stderr categorization
28+
- Proper log levels for Rust/Cargo output (info, warning, error)
29+
- PluginVersion parameter for proto plugin versioning
1430

1531
## [0.3.0-rc.1] - 2025-12-18
1632

@@ -133,7 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133149
- Local publishing workflow for testing packages
134150
- KeepAChangelog integration for automatic versioning
135151

136-
[Unreleased]: https://github.com/finos/morphir-dotnet/compare/v0.3.0-rc.1...HEAD
152+
[Unreleased]: https://github.com/finos/morphir-dotnet/compare/v0.3.0-rc.2...HEAD
153+
[0.3.0-rc.2]: https://github.com/finos/morphir-dotnet/compare/v0.3.0-rc.1...v0.3.0-rc.2
137154
[0.3.0-rc.1]: https://github.com/finos/morphir-dotnet/compare/v0.2.0-alpha-010...v0.3.0-rc.1
138155
[0.2.0-alpha-010]: https://github.com/finos/morphir-dotnet/compare/v0.2.0-alpha-009...v0.2.0-alpha-010
139156
[0.2.0-alpha-009]: https://github.com/finos/morphir-dotnet/compare/v0.2.0-alpha-008...v0.2.0-alpha-009

0 commit comments

Comments
 (0)