Skip to content

Commit

Permalink
Make sure the Changelog is available
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 15, 2024
1 parent 5bcd92b commit e00859c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changes between the versions

### 0.7.1 (2024-09-15)

* Add missing Changelog for doc creation

### 0.7.0 (2024-09-15)

* Update to tz-rs v0.7.0
Expand Down
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" }
tzdb = { path = "../../tzdb", version = "0.7.1" }
1 change: 1 addition & 0 deletions tzdb/CHANGELOG.md
2 changes: 1 addition & 1 deletion tzdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["René Kijewski <[email protected]>"]
repository = "https://github.com/Kijewski/tzdb"
Expand Down
2 changes: 1 addition & 1 deletion tzdb/src/changelog.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#![doc(cfg(any()))]
#![doc = include_str!("../../CHANGELOG.md")]
#![doc = include_str!("../CHANGELOG.md")]

0 comments on commit e00859c

Please sign in to comment.