From a957e12213caa794a78da728aad474e3e071f626 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Tue, 22 Mar 2022 18:13:04 -0400 Subject: [PATCH] 0.3.9 release 0.3.8 did not include the necessary publish to `time-macros`, so it has been yanked. --- CHANGELOG.md | 6 +++++- Cargo.toml | 4 ++-- time-macros/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0387f6d77..8947fa374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 3b5bd3984..da7425346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "time" -version = "0.3.8" +version = "0.3.9" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time" @@ -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" diff --git a/time-macros/Cargo.toml b/time-macros/Cargo.toml index 1f8167c38..9eb11b9cd 100644 --- a/time-macros/Cargo.toml +++ b/time-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time-macros" -version = "0.2.3" +version = "0.2.4" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time"