Skip to content

Commit

Permalink
build(bindings): release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Oct 16, 2023
1 parent 7d5cb05 commit b156a41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 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 b156a41

Please sign in to comment.