Skip to content

Commit

Permalink
Merge pull request #111 from osmosis-labs/release-0.6
Browse files Browse the repository at this point in the history
Set version: 0.6.0
  • Loading branch information
maurolacy authored Aug 24, 2023
2 parents 9e66ec9 + 8bdd4ef commit 2f0ea46
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@

## [Unreleased](https://github.com/osmosis-labs/mesh-security/tree/HEAD)

[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.5.0-alpha.1...HEAD)
[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.6.0...HEAD)

## [v0.6.0](https://github.com/osmosis-labs/mesh-security/tree/v0.6.0) (2023-08-23)

[Full Changelog](https://github.com/osmosis-labs/mesh-security/compare/v0.5.0-alpha.1...v0.6.0)

**Closed issues:**

- Implement Value Ranges instead of Locking [\#98](https://github.com/osmosis-labs/mesh-security/issues/98)
- Set up advanced CI tests [\#16](https://github.com/osmosis-labs/mesh-security/issues/16)

**Merged pull requests:**

- tests: Remove unused `packages/mocks` [\#110](https://github.com/osmosis-labs/mesh-security/pull/110) ([jawoznia](https://github.com/jawoznia))
- F/value ranges external staking [\#108](https://github.com/osmosis-labs/mesh-security/pull/108) ([jawoznia](https://github.com/jawoznia))
- F/value range add sub helpers [\#107](https://github.com/osmosis-labs/mesh-security/pull/107) ([maurolacy](https://github.com/maurolacy))
- F/value ranges [\#106](https://github.com/osmosis-labs/mesh-security/pull/106) ([maurolacy](https://github.com/maurolacy))
- Update sylvia [\#105](https://github.com/osmosis-labs/mesh-security/pull/105) ([maurolacy](https://github.com/maurolacy))

## [v0.5.0-alpha.1](https://github.com/osmosis-labs/mesh-security/tree/v0.5.0-alpha.1) (2023-07-25)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.5.0-alpha.1"
version = "0.6.0"
license = "MIT"
repository = "https://github.com/osmosis-labs/mesh-security"

Expand Down

0 comments on commit 2f0ea46

Please sign in to comment.