Skip to content

Commit

Permalink
Release v0.2.0-alpha (#817)
Browse files Browse the repository at this point in the history
* Update getting started docs

Signed-off-by: Filippo Costa <[email protected]>

* Update release process docs

Signed-off-by: Filippo Costa <[email protected]>

* Update packages_to_publish.txt

* cargo set-version 0.2.0

Signed-off-by: Filippo Costa <[email protected]>

* Add missing dependency versions

Signed-off-by: Filippo Costa <[email protected]>

* Use released bcs as workspace dependency

* Fix accidental feature flag change

Signed-off-by: Filippo Costa <[email protected]>

* Add crate description to sov-sequencer

* Add crate description to sov-zk-cycle-utils

* Remove in workspace dev-dep versions from sov-modules-macros

* Remove in workspace dev-dep versions from sov-modules-api

* Remove in workspace dev-dep versions from sov-prover-incentives

* Add description to sov-chain-state

* Add description to risc0 adapter

---------

Signed-off-by: Filippo Costa <[email protected]>
Co-authored-by: Preston Evans <[email protected]>
  • Loading branch information
neysofu and preston-evans98 committed Sep 14, 2023
1 parent 029c375 commit 4fd85bd
Show file tree
Hide file tree
Showing 33 changed files with 314 additions and 231 deletions.
86 changes: 48 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exclude = [
]

[workspace.package]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Sovereign Labs <[email protected]>"]
Expand All @@ -66,7 +66,7 @@ borsh = { version = "0.10.3", features = ["rc", "bytes"] }
# TODO: Consider replacing this serialization format
# https://github.com/Sovereign-Labs/sovereign-sdk/issues/283
bincode = "1.3.3"
bcs = { git = "https://github.com/preston-evans98/bcs.git", rev = "e4f1861" }
bcs = "0.1.5"
byteorder = "1.4.3"
bytes = "1.2.1"
hex = "0.4.3"
Expand Down
Loading

0 comments on commit 4fd85bd

Please sign in to comment.