Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Apr 6, 2022
1 parent 7e989ae commit 039e1ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/tari-project/tari_utilities/compare/v0.3.1...v0.4.0) (2022-04-06)


### ⚠ BREAKING CHANGES

* remove chrono dependency, remove extend bytes (#25)

### Features

* uses standard version ([#29](https://github.com/tari-project/tari_utilities/issues/29)) ([7e0c6a0](https://github.com/tari-project/tari_utilities/commit/7e0c6a08b233be21709cba0436b1eff090c14f4a))


* remove chrono dependency, remove extend bytes ([#25](https://github.com/tari-project/tari_utilities/issues/25)) ([dbafd78](https://github.com/tari-project/tari_utilities/commit/dbafd7827896db3365c5a13e6823c96e4c941ef6)), closes [tari-project/tari-crypto#64](https://github.com/tari-project/tari-crypto/issues/64)

### [0.3.1](https://github.com/tari-project/tari_utilities/compare/v0.3.0...v0.3.1) (2022-03-11)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari"
homepage = "https://tari.com"
readme = "README.md"
license = "BSD-3-Clause"
version = "0.3.1"
version = "0.4.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 039e1ad

Please sign in to comment.