Skip to content

Commit

Permalink
Merge pull request #9 from h4sh3d/prepare-0.3.1
Browse files Browse the repository at this point in the history
Prepare 0.3.1 release
  • Loading branch information
h4sh3d committed Sep 27, 2021
2 parents e335136 + d299693 commit ba36c65
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
N/A

## [0.3.1] - 2021-09-27
### Changed
- CI migrated to GitHub Actions with more tests and build
- `hex` dependency bumped from `0.3` to `0.4` ([#2](https://github.com/monero-rs/base58-monero/pull/2))

### Added
- Minimum Stable Rust Version of `1.45.2`
- Changelog tracking past and futur release
- Benchmarks and results in README ([#6](https://github.com/monero-rs/base58-monero/pull/6))
- Code coverage ([#7](https://github.com/monero-rs/base58-monero/pull/7))

## [0.3.0] - 2021-04-09
### Changed
- Update to `tokio` version `"1"` ([#1](https://github.com/monero-rs/base58-monero/pull/1))
Expand Down Expand Up @@ -34,7 +45,8 @@ N/A
### Added
- Initial release of the library

[Unreleased]: https://github.com/monero-rs/base58-monero/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/monero-rs/base58-monero/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/monero-rs/base58-monero/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/monero-rs/base58-monero/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/monero-rs/base58-monero/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/monero-rs/base58-monero/compare/v0.1.1...v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "base58-monero"
description = "Library with support for encoding/decoding Monero base58 strings."
keywords = ["monero", "base58", "base58-check"]
version = "0.3.0"
authors = ["h4sh3d <h4sh3d@protonmail.com>"]
version = "0.3.1"
authors = ["Monero Rust Contributors", "h4sh3d <h4sh3d@protonmail.com>"]
license = "MIT"
documentation = "https://docs.rs/base58-monero"
homepage = "https://github.com/monero-rs/base58-monero"
Expand Down

0 comments on commit ba36c65

Please sign in to comment.