Skip to content

Commit

Permalink
v0.3.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed May 6, 2023
1 parent 8757bef commit 22ae579
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver

---

## 0.3.21 [2023-05-05]

### Added

- Any formattable/parsable type can now be used with the `time::serde::format_description!` macro.
- `Weekday::nth_next`

### Changed

- The minimum supported Rust version is now 1.65.0.

## 0.3.20 [2023-02-24]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ members = [
resolver = "2"

[workspace.dependencies]
time-core = { path = "time-core", version = "=0.1.0" }
time-macros = { path = "time-macros", version = "=0.2.8" }
time-core = { path = "time-core", version = "=0.1.1" }
time-macros = { path = "time-macros", version = "=0.2.9" }

criterion = { version = "0.4.0", default-features = false }
itoa = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion time-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "time-core"
version = "0.1.0"
version = "0.1.1"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.65.0"
Expand Down
2 changes: 1 addition & 1 deletion time-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "time-macros"
version = "0.2.8"
version = "0.2.9"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.65.0"
Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "time"
version = "0.3.20"
version = "0.3.21"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.65.0"
Expand Down

0 comments on commit 22ae579

Please sign in to comment.