Skip to content

Commit

Permalink
chore: release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Aug 9, 2024
1 parent 5b219f6 commit 38847db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.2](https://github.com/near/near-jsonrpc-client-rs/compare/v0.10.1...v0.10.2) - 2024-08-09
## [0.11.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.10.1...v0.11.0) - 2024-08-09

### Other
- updated near-* crates to allow 0.24.0 in addition to all the previously supported versions ([#151](https://github.com/near/near-jsonrpc-client-rs/pull/151))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-jsonrpc-client"
version = "0.10.2"
version = "0.11.0"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This specifies the version of Rust we use to build.
# Individual crates in the workspace may support a lower version, as indicated by `rust-version` field in each crate's `Cargo.toml`.
# The version specified below, should be at least as high as the maximum `rust-version` within the workspace.
channel = "1.80.0"
channel = "1.80"
components = ["rustfmt", "clippy", "rust-analyzer"]

0 comments on commit 38847db

Please sign in to comment.