From 8ec5f4ef2f63321b3dbbec3b4a6c4001fdf26de6 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Tue, 26 Oct 2021 02:02:57 -0400 Subject: [PATCH] v0.3.4 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6da1990..cf5e7f01d 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.4 [2021-10-26] ### Added diff --git a/Cargo.toml b/Cargo.toml index ba79c7e4f..654587c5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "time" -version = "0.3.3" +version = "0.3.4" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time"