Skip to content

Commit

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

---

## 0.3.19 [2022-02-016]

### Fixed

This includes the update to the `format_description!` macro, which was supposed to be included in
0.3.18.

## 0.3.18 [2022-02-16]

### Changed
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.6"
version = "0.2.7"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.62.0"
Expand Down
6 changes: 3 additions & 3 deletions time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "time"
version = "0.3.18"
version = "0.3.19"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.62.0"
Expand Down Expand Up @@ -46,7 +46,7 @@ quickcheck = { version = "1.0.3", default-features = false, optional = true }
rand = { version = "0.8.4", optional = true, default-features = false }
serde = { version = "1.0.126", optional = true, default-features = false }
time-core = { version = "=0.1.0", path = "../time-core" }
time-macros = { version = "=0.2.6", path = "../time-macros", optional = true }
time-macros = { version = "=0.2.7", path = "../time-macros", optional = true }

[target.'cfg(target_family = "unix")'.dependencies]
libc = { version = "0.2.98", optional = true }
Expand All @@ -61,7 +61,7 @@ serde = { version = "1.0.126", default-features = false, features = ["derive"] }
serde_json = "1.0.68"
serde_test = "1.0.126"
quickcheck_macros = "1.0.0"
time-macros = { version = "=0.2.6", path = "../time-macros" }
time-macros = { version = "=0.2.7", path = "../time-macros" }

[target.'cfg(__ui_tests)'.dev-dependencies]
trybuild = "1.0.68"
Expand Down

0 comments on commit 6afe656

Please sign in to comment.