Skip to content

Commit

Permalink
build(bindings): release v0.2.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored Oct 16, 2023
1 parent 7d5cb05 commit 86a2f61
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- **proto:** generated ProtoBuf structs from the protocol (#18)
- **proto:** tonic gRPC client and server (#18)

## archway-bindings v0.2.1 (2023-10-16)

### Fixed

- **bindings:** fixed docs.rs build (#27)

## archway-bindings v0.2.0 (2023-10-15)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/increment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \
"""

[dependencies]
archway-bindings = { version = "0.2.0", path = "../../packages/bindings" }
archway-bindings = { path = "../../packages/bindings" }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["staking", "stargate"] }
cosmwasm-storage = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archway-bindings"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "CosmWasm bindings to interact with Archway's modules"
authors.workspace = true
Expand Down

0 comments on commit 86a2f61

Please sign in to comment.