Skip to content

Commit

Permalink
release: v0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ceccon <[email protected]>
  • Loading branch information
fracek committed Aug 5, 2020
1 parent 9718b33 commit 4d232a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.4.1] - 2020-08-05
### Added
- `PublicKey` implements `Display` and `FromStr`.


## [0.4.0] - 2020-07-18
### Added
- Add `sign_hashx` and `decorated_signature_from_preimage` to
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 = "stellar-base"
version = "0.4.0"
version = "0.4.1"
authors = ["Francesco Ceccon <[email protected]>"]
edition = "2018"
description = "Low level Stellar types"
Expand Down

0 comments on commit 4d232a1

Please sign in to comment.