Skip to content

Commit

Permalink
fix: version lock all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
GCdePaula committed Feb 16, 2023
1 parent e5ead15 commit c098c87
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2023-02-16
### Fix
- Version lock all crates


## [0.6.1] - 2023-02-10
### Changes
- Add `env` option to `config`s.
Expand Down Expand Up @@ -109,7 +114,8 @@ reestablishing it at every subscription attempt.
## [0.1.0] - 2021-12-28
- Initial release

[Unreleased]: https://github.com/cartesi-corp/state-fold/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/cartesi-corp/state-fold/compare/v0.6.2...HEAD
[0.6.2]: https://github.com/cartesi-corp/state-fold/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/cartesi-corp/state-fold/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/cartesi-corp/state-fold/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/cartesi-corp/state-fold/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion block-history/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "block-history"
license = "Apache-2.0"
version = "0.6.0"
version = "0.6.2"
authors = ["Gabriel Coutinho de Paula <[email protected]>"]
homepage = "https://cartesi.io"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion state-client-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-client-lib"
license = "Apache-2.0"
version = "0.6.1"
version = "0.6.2"
authors = ["Gabriel Coutinho de Paula <[email protected]>"]
homepage = "https://cartesi.io"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion state-fold-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-fold-test"
license = "Apache-2.0"
version = "0.6.0"
version = "0.6.2"
authors = ["Gabriel Coutinho de Paula <[email protected]>"]
homepage = "https://cartesi.io"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion state-fold-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-fold-types"
license = "Apache-2.0"
version = "0.6.0"
version = "0.6.2"
authors = ["Gabriel Coutinho de Paula <[email protected]>"]
homepage = "https://cartesi.io"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion state-fold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-fold"
license = "Apache-2.0"
version = "0.6.1"
version = "0.6.2"
authors = ["Gabriel Coutinho de Paula <[email protected]>"]
homepage = "https://cartesi.io"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion state-server-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-server-common"
license = "Apache-2.0"
version = "0.6.0"
version = "0.6.2"
authors = ["Gabriel Coutinho de Paula <[email protected]>"]
homepage = "https://cartesi.io"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion state-server-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-server-lib"
license = "Apache-2.0"
version = "0.6.1"
version = "0.6.2"
authors = ["Gabriel Coutinho de Paula <[email protected]>"]
homepage = "https://cartesi.io"
edition = "2021"
Expand Down

0 comments on commit c098c87

Please sign in to comment.