From d700977ce9bc34013ee9841e122edbc807f410e4 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Sat, 25 Sep 2021 21:28:56 -0400 Subject: [PATCH] v0.3.3 release --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- time-macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6817397f2..790ceee80 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 --- -## Unreleased +## 0.3.3 [2021-09-25] ### Added diff --git a/Cargo.toml b/Cargo.toml index af42fce6e..ba79c7e4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "time" -version = "0.3.2" +version = "0.3.3" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time" @@ -41,7 +41,7 @@ itoa = { version = "0.4.7", 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.2", path = "time-macros", optional = true } +time-macros = { version = "=0.2.3", path = "time-macros", optional = true } [target.'cfg(unsound_local_offset)'.dependencies] libc = "0.2.98" diff --git a/time-macros/Cargo.toml b/time-macros/Cargo.toml index 5cad944f9..1f8167c38 100644 --- a/time-macros/Cargo.toml +++ b/time-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time-macros" -version = "0.2.2" +version = "0.2.3" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time"