Skip to content

Commit 88f72f0

Browse files
chore: release v0.15.0 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 81c0f4f commit 88f72f0

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.0](https://github.com/moia-oss/tinytime.rs/compare/v0.14.4...v0.15.0) - 2026-03-09
11+
12+
### Other
13+
14+
- [**breaking**] Update dependencies, remove bincode, update rust ([#141](https://github.com/moia-oss/tinytime.rs/pull/141))
15+
- Bump chrono from 0.4.42 to 0.4.43 in the cargo group ([#138](https://github.com/moia-oss/tinytime.rs/pull/138))
16+
- Bump serde_json from 1.0.148 to 1.0.149 in the cargo group ([#137](https://github.com/moia-oss/tinytime.rs/pull/137))
17+
- Bump serde_json from 1.0.147 to 1.0.148 in the cargo group ([#136](https://github.com/moia-oss/tinytime.rs/pull/136))
18+
- Bump serde_json from 1.0.145 to 1.0.147 in the cargo group ([#135](https://github.com/moia-oss/tinytime.rs/pull/135))
19+
- Bump actions/checkout from 5 to 6 in the github-actions group ([#134](https://github.com/moia-oss/tinytime.rs/pull/134))
20+
- Bump serde from 1.0.225 to 1.0.228 in the cargo group ([#133](https://github.com/moia-oss/tinytime.rs/pull/133))
21+
- Bump the cargo group with 2 updates ([#132](https://github.com/moia-oss/tinytime.rs/pull/132))
22+
- Bump chrono from 0.4.41 to 0.4.42 in the cargo group ([#131](https://github.com/moia-oss/tinytime.rs/pull/131))
23+
- Bump serde_json from 1.0.142 to 1.0.143 in the cargo group ([#130](https://github.com/moia-oss/tinytime.rs/pull/130))
24+
- Bump actions/checkout from 4 to 5 in the github-actions group ([#129](https://github.com/moia-oss/tinytime.rs/pull/129))
25+
- Use official release-plz GHA org action ([#127](https://github.com/moia-oss/tinytime.rs/pull/127))
26+
1027
## [0.14.4](https://github.com/moia-oss/tinytime.rs/compare/v0.14.3...v0.14.4) - 2025-08-07
1128

1229
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ homepage = "https://github.com/moia-oss/tinytime.rs"
55
repository = "https://github.com/moia-oss/tinytime.rs"
66
documentation = "https://docs.rs/tinytime"
77
edition = "2024"
8-
version = "0.14.4"
9-
rust-version = "1.85.0"
8+
version = "0.15.0"
9+
rust-version = "1.85.0" # MSRV
1010
license = "MIT OR Apache-2.0"
1111
keywords = ["time", "tiny", "low-overhead"]
1212
categories = ["date-and-time"]

0 commit comments

Comments
 (0)