Skip to content

Commit

Permalink
chore: release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent dbc58de commit 048cb62
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.13.0](https://github.com/moia-oss/tinytime.rs/compare/v0.12.7...v0.13.0) - 2025-01-10

### Added

- specify msrv (#95)

### Other

- [**breaking**] restrict panics (#94)
- remove `lazy_static` (#93)
- update rust to 1.84.0 (#92)
- bump the cargo group with 2 updates (#91)
- bump serde from 1.0.216 to 1.0.217 in the cargo group (#90)
- bump the cargo group across 1 directory with 2 updates (#89)
- bump the cargo group with 3 updates (#87)
- bump thiserror from 2.0.3 to 2.0.4 in the cargo group (#85)

## [0.12.7](https://github.com/moia-oss/tinytime.rs/compare/v0.12.6...v0.12.7) - 2024-11-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/moia-oss/tinytime.rs"
repository = "https://github.com/moia-oss/tinytime.rs"
documentation = "https://docs.rs/tinytime"
edition = "2021"
version = "0.12.7"
version = "0.13.0"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit 048cb62

Please sign in to comment.