diff --git a/rust-build/CHANGELOG.md b/rust-build/CHANGELOG.md index 4d2c1f2..7a9ae30 100644 --- a/rust-build/CHANGELOG.md +++ b/rust-build/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/iExecBlockchainComputing/github-actions-workflows/compare/rust-build-v1.0.0...rust-build-v2.0.0) (2025-07-30) + + +### ⚠ BREAKING CHANGES + +* **rust-build:** remove build-target workflow input to enforce use of release builds and remove artifact upload step + +### Features + +* **rust-build:** enhance Rust workflow with linting and formatting ([#79](https://github.com/iExecBlockchainComputing/github-actions-workflows/issues/79)) ([3d74713](https://github.com/iExecBlockchainComputing/github-actions-workflows/commit/3d74713f2963916140bc6fea8846707e2b07e32c)) + ## 1.0.0 (2025-05-16) diff --git a/rust-build/version.txt b/rust-build/version.txt index fa1313f..227cea2 100644 --- a/rust-build/version.txt +++ b/rust-build/version.txt @@ -1 +1 @@ -1.0k.0 +2.0.0