Skip to content

Commit

Permalink
Bump version number to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 15, 2024
1 parent 532fee5 commit 5bcd92b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/current-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
publish = false

[dependencies]
tzdb = { path = "../../tzdb", version = "0.7.0-pre.0" }
tzdb = { path = "../../tzdb", version = "0.7.0" }
4 changes: 2 additions & 2 deletions tzdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.7.0-pre.0"
version = "0.7.0"
edition = "2021"
authors = ["René Kijewski <crates.io@k6i.de>"]
repository = "https://github.com/Kijewski/tzdb"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
rust-version = "1.81.0"

[dependencies]
tzdb_data = { version = "0.2.0-pre.0", default-features = false, path = "../tzdb_data" }
tzdb_data = { version = "0.2.0", default-features = false, path = "../tzdb_data" }

iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"], optional = true }
tz-rs = { version = "0.7.0", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion tzdb_data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb_data"
version = "0.2.0-pre.0"
version = "0.2.0"
edition = "2021"
authors = ["René Kijewski <crates.io@k6i.de>"]
repository = "https://github.com/Kijewski/tzdb"
Expand Down

0 comments on commit 5bcd92b

Please sign in to comment.