Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Dec 8, 2023
1 parent b9487f5 commit f98e9d3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.4.1 (08 December 2023)

### Fixed

- Fixed wrong links in README documentation

### Changed

- Restructured README documentation


## 0.4.0 (07 December 2023)

### Added
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.4.0"
version = "0.4.1"
edition = "2021"
license = "MIT"
authors = ["Dan Williams <[email protected]>"]
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.4.0"
version = "0.4.1"
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.4.0"
version = "0.4.1"
description = "Library of useful functionality and extensions"
categories = ["development-tools"]
keywords = ["library", "utility"]
Expand All @@ -22,7 +22,7 @@ futures = "0.3.29"
http = "0.2.11"
http-body = "0.4.5"
hyper = "0.14.27"
rubedo-macros = { path = "../rubedo-macros", version = "0.3.6" }
rubedo-macros = { path = "../rubedo-macros", version = "0.4.1" }
rust_decimal = "1.33.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "1.0.108", features = ["preserve_order"] }
Expand Down

0 comments on commit f98e9d3

Please sign in to comment.