Skip to content

Commit

Permalink
Do a pre-release first
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 14, 2022
1 parent 2d40851 commit b246b99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- v0.2.x
- v0.3.x
- v0.4.x
- v0.5.x
pull_request:
branches:
- main
- v0.1.x
- v0.2.x
- v0.3.x
- v0.4.x
- v0.5.x
schedule:
- cron: "58 7 * * 3"

Expand Down
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.5.0-pre.1 (2022-09-14)

* Simplify a lot by removing feature gates [[#123](https://github.com/Kijewski/tzdb/pull/123)]

### 0.4.5 (2022-08-31)

* Remove [phf](https://crates.io/crates/phf) dependency
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.5.0"
version = "0.5.0-pre.1"
edition = "2018"
authors = ["René Kijewski <[email protected]>"]
repository = "https://github.com/Kijewski/tzdb"
Expand All @@ -13,7 +13,7 @@ rust-version = "1.55"

[dependencies]
tz-rs = { version = "^0.6.14", default-features = false, features = ["const"] }
iana-time-zone = { version = "^0.1.47", default-features = false }
iana-time-zone = { version = "^0.1.48", default-features = false }
utcnow = { version = "^0.2.1", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit b246b99

Please sign in to comment.