Skip to content

Commit

Permalink
Merge pull request #1 from cosmorama/release-v1-2-0
Browse files Browse the repository at this point in the history
Set version v1.2.0
  • Loading branch information
ueco-jb authored Mar 21, 2023
2 parents 602df05 + 9b00f0d commit d25300f
Show file tree
Hide file tree
Showing 16 changed files with 258 additions and 106 deletions.
75 changes: 44 additions & 31 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 @@ -2,7 +2,7 @@
members = ["packages/*", "contracts/*"]

[workspace.package]
version = "1.1.0"
version = "1.2.0"
edition = "2021"
license = "GPL 3.0"
repository = "https://github.com/cosmorama/wynd-lsd"
Expand All @@ -22,7 +22,7 @@ cw-utils = "1.0"
semver = "1"
serde = { version = "1", default-features = false, features = ["derive"] }
thiserror = "1"
wynd-lsd-hub = { path = "./contracts/lsd-hub", version = "1.0.0", features = ["library"] }
wynd-lsd-hub = { path = "./contracts/lsd-hub", version = "1.2.0", features = ["library"] }
cw-placeholder = { version = "1.0", git = "https://github.com/cosmorama/wynddex.git", tag = "v1.0.0", features = [
"library",
] }
Expand Down
2 changes: 2 additions & 0 deletions contracts/gauge-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ cosmwasm-std = { workspace = true }
cw-storage-plus = { workspace = true }
cw2 = { workspace = true }
cw20 = { workspace = true }
cw-utils = { workspace = true }
semver = { workspace = true }
thiserror = { workspace = true }
wynd-lsd-hub = { workspace = true }
cw-placeholder = { workspace = true }
Expand Down
Loading

0 comments on commit d25300f

Please sign in to comment.