Skip to content

Commit

Permalink
v0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Sep 26, 2021
1 parent 7af75c1 commit d700977
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 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

---

## Unreleased
## 0.3.3 [2021-09-25]

### Added

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.2"
version = "0.3.3"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2018"
repository = "https://github.com/time-rs/time"
Expand Down Expand Up @@ -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"
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.2"
version = "0.2.3"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2018"
repository = "https://github.com/time-rs/time"
Expand Down

0 comments on commit d700977

Please sign in to comment.