Skip to content

Commit

Permalink
Merge pull request #20 from Fraser999/version-bump-1.4.4
Browse files Browse the repository at this point in the history
Version bump to 1.4.4
  • Loading branch information
Fraser999 authored Apr 6, 2022
2 parents 2ae11f4 + 8bbb61c commit bd8fbcc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]



## [1.4.4] - 2022-04-06

### Changed
* Update dependencies.

### Fixed
* Restore the `-p` short form of `--public-key` arg for `get-account-info` and `account-address` subcommands.

Expand Down Expand Up @@ -139,7 +146,8 @@ No changes.


[Keep a Changelog]: https://keepachangelog.com/en/1.0.0
[unreleased]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.3...main
[unreleased]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.4...main
[1.4.4]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/casper-ecosystem/casper-client-rs/compare/v1.4.0...v1.4.1
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.4.3" # when updating, also update 'html_root_url' in lib.rs
version = "1.4.4" # 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.4.2",
html_root_url = "https://docs.rs/casper-client/1.4.4",
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 bd8fbcc

Please sign in to comment.