Skip to content

Commit

Permalink
Merge pull request #75 from darthsiroftardis/version-bump-1.6.0
Browse files Browse the repository at this point in the history
Version bump to 1.6.0
  • Loading branch information
sacherjj authored May 15, 2023
2 parents 4717ac4 + 03ae543 commit 63a311a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. The format



## [Unreleased]
## [1.6.0] - 2023-05-15

### Add
* Added a new subcommand `get-era-summary` which optionally takes a block identifier and returns an era summary from a Casper network.
Expand Down Expand Up @@ -164,7 +164,8 @@ No changes.


[Keep a Changelog]: https://keepachangelog.com/en/1.0.0
[unreleased]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.5.1...main
[unreleased]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.6.0...main
[1.6.0]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.4...v1.5.0
[1.4.4]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.3...v1.4.4
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 = "casper-client"
version = "1.5.1" # when updating, also update 'html_root_url' in lib.rs
version = "1.6.0" # when updating, also update 'html_root_url' in lib.rs
authors = ["Marc Brinkmann <[email protected]>", "Fraser Hutchison <[email protected]>"]
edition = "2018"
description = "A client library and binary for interacting with the Casper network"
Expand Down
2 changes: 1 addition & 1 deletion lib/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! # Casper node client library
#![doc(
html_root_url = "https://docs.rs/casper-client/1.5.1",
html_root_url = "https://docs.rs/casper-client/1.6.0",
html_favicon_url = "https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Favicon_RGB_50px.png",
html_logo_url = "https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Symbol_RGB.png",
test(attr(forbid(warnings)))
Expand Down

0 comments on commit 63a311a

Please sign in to comment.