Skip to content

Commit

Permalink
Bump crate version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Dec 29, 2021
1 parent e616e67 commit a2d8f64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ The project adheres to [Semantic Versioning](http:https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## 0.4.1 - 2021-12-29

### Internal improvements

- Update `blake2` dependency.
- Test backward compatibility of the derivation logic with snapshot testing.

## 0.4.0 - 2021-05-03

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "secret-tree"
edition = "2018"
version = "0.4.0"
version = "0.4.1"
authors = [
"Alex Ostrovski <[email protected]>",
"Pavel Mukhanov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this to your `Crate.toml`:

```toml
[dependencies]
secret-tree = "0.4.0"
secret-tree = "0.4.1"
```

Basic usage:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

#![cfg_attr(not(feature = "std"), no_std)]
// Documentation settings
#![doc(html_root_url = "https://docs.rs/secret-tree/0.4.0")]
#![doc(html_root_url = "https://docs.rs/secret-tree/0.4.1")]
// Linter settings
#![warn(missing_docs, missing_debug_implementations)]
#![warn(clippy::all, clippy::pedantic)]
Expand Down

0 comments on commit a2d8f64

Please sign in to comment.