Skip to content

Commit

Permalink
0.3.9 release
Browse files Browse the repository at this point in the history
0.3.8 did not include the necessary publish to `time-macros`, so it has
been yanked.
  • Loading branch information
jhpratt committed Mar 22, 2022
1 parent 64172e9 commit a957e12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver

---

## 0.3.8 [2022-03-22]
## 0.3.9 [2022-03-22]

### Added

Expand Down Expand Up @@ -68,6 +68,10 @@ pre-existing methods
- Well-known formats that support leap seconds now return the `TryFromParsed::ComponentRange` error
variant if the leap second could not occur at that given moment.

## 0.3.8 [2022-02-22] [YANKED]

This release is broken and has been yanked.

## 0.3.7 [2022-01-26]

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

[package]
name = "time"
version = "0.3.8"
version = "0.3.9"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2018"
repository = "https://github.com/time-rs/time"
Expand Down Expand Up @@ -42,7 +42,7 @@ itoa = { version = "1.0.1", optional = true }
quickcheck-dep = { package = "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-macros = { version = "=0.2.3", path = "time-macros", optional = true }
time-macros = { version = "=0.2.4", path = "time-macros", optional = true }

[target.'cfg(target_family = "unix")'.dependencies]
libc = "0.2.98"
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.3"
version = "0.2.4"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2018"
repository = "https://github.com/time-rs/time"
Expand Down

0 comments on commit a957e12

Please sign in to comment.