Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Apr 2, 2024
1 parent 97d2731 commit daa3787
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,21 @@ The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.5.2 (02 April 2024)

### Changed

- Updated lint configuration for Rust 1.77
- Updated crate dependencies


## 0.5.1 (11 March 2024)

### Added

- Extended the `crypto` module
- Added `Hashed` trait
- Added `Hashed::from_digest()`
- Implemented `Hashed` for `Sha256Hash` and `Sha512Hash`
- Extended the `std` module
- Added `AsyncFileExt` trait
Expand Down Expand Up @@ -70,7 +79,7 @@ The format is based on [Keep a Changelog][], and this project adheres to
### Changed

- Upgraded to [Chrono][] [0.4.35](https://github.com/chronotope/chrono/releases/tag/v0.4.35)
- Updated lint configuration
- Updated lint configuration for Rust 1.76
- Updated crate dependencies


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.5.1"
version = "0.5.2"
edition = "2021"
license = "MIT"
authors = ["Dan Williams <dan@dotfive.co.uk>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/rubedo-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rubedo-macros"
version = "0.5.1"
version = "0.5.2"
description = "Proc macros for Rubedo"
categories = ["development-tools"]
keywords = ["macro", "library", "utility"]
Expand Down
4 changes: 2 additions & 2 deletions crates/rubedo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rubedo"
version = "0.5.1"
version = "0.5.2"
description = "Library of useful functionality and extensions"
categories = ["development-tools"]
keywords = ["library", "utility"]
Expand All @@ -27,7 +27,7 @@ http = "0.2.12"
http-body = "0.4.6"
hyper = "0.14.28"
rand_core = "0.6.4"
rubedo-macros = { path = "../rubedo-macros", version = "0.5.1" }
rubedo-macros = { path = "../rubedo-macros", version = "0.5.2" }
rust_decimal = "1.35.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.115", features = ["preserve_order"] }
Expand Down

0 comments on commit daa3787

Please sign in to comment.