Skip to content

Commit

Permalink
starknet: release v1.1.1
Browse files Browse the repository at this point in the history
Update starknet-rs to use the new RPC v0.4 implementation.
  • Loading branch information
fracek committed Aug 18, 2023
1 parent fe44006 commit 9ba1996
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Common Changelog](https://common-changelog.org/), and
this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2023-08-18

_Improve compatibility with Starknet 0.12.1 and RPC 0.4.0._

### Change

- Update the Starknet client used. This ensures we have a better compatibility
with RPC 0.4.

## [1.1.0] - 2023-08-08

Expand Down Expand Up @@ -63,6 +71,7 @@ _Start publishing versioned Docker images._

_First tagged release 🎉_

[1.1.1]: https://github.com/apibara/dna/releases/tag/starknet/v1.1.1
[1.1.0]: https://github.com/apibara/dna/releases/tag/starknet/v1.1.0
[1.0.4]: https://github.com/apibara/dna/releases/tag/starknet/v1.0.4
[1.0.3]: https://github.com/apibara/dna/releases/tag/starknet/v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion starknet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apibara-starknet"
version = "1.1.0"
version = "1.1.1"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 9ba1996

Please sign in to comment.