From 8089b51a67df723094cf546a7d05a28506b8b5b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:13:10 +0000 Subject: [PATCH] chore: release v0.13.0 (#86) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rinde van Lon --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1185e2e..a4af7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 459627e..033a4b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "tinytime" -version = "0.12.7" +version = "0.13.0" dependencies = [ "chrono", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 5aa9207..0c8a996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"