Skip to content

Commit

Permalink
Unchanged stable release (#193)
Browse files Browse the repository at this point in the history
* Unchanged stable release

* CI: don't simulate execution on mipsel
  • Loading branch information
Kijewski authored Dec 29, 2023
1 parent d604352 commit d52c6ad
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ jobs:
target:
- aarch64-unknown-linux-gnu
- i586-unknown-linux-gnu
- mipsel-unknown-linux-gnu
- mips64el-unknown-linux-gnuabi64
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
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.6.0 (2023-12-29)

* Unchanged stable release

### 0.6.0-pre.1 (2023-12-27)

* Make `iana_time_zone` inclusion optional
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.6.0-pre.1"
version = "0.6.0"
edition = "2018"
authors = ["René Kijewski <[email protected]>"]
repository = "https://github.com/Kijewski/tzdb"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
tzdb = { version = "0.6.0-pre.1", path = ".." }
tzdb = { version = "0.6.0", path = ".." }

[dev-dependencies]
criterion = { version = "0.5", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
cargo-fuzz = true

[dependencies]
tzdb = { version = "0.6.0-pre.1", path = ".." }
tzdb = { version = "0.6.0", path = ".." }

afl = { version = "0.15", optional = true }
honggfuzz = { version = "0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
tzdb = { version = "0.6.0-pre.1", path = ".." }
tzdb = { version = "0.6.0", path = ".." }

proptest = "1.2.0"
structmeta = "0.2.0"
Expand Down

0 comments on commit d52c6ad

Please sign in to comment.