Skip to content

Commit

Permalink
chore: release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Nov 4, 2024
1 parent 0f44e0b commit 5578e42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.14.2](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.1...near-workspaces-v0.14.2) - 2024-11-04

### Other

- make cargo-near-build optional in manifest ([#383](https://github.com/near/near-workspaces-rs/pull/383))

## [0.14.1](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.14.0...near-workspaces-v0.14.1) - 2024-10-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion workspaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-workspaces"
version = "0.14.1"
version = "0.14.2"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 5578e42

Please sign in to comment.