From 2f59afa16b83e330701c0136eca9420cb0f08f8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:26:56 +0000 Subject: [PATCH] chore: release v0.12.7 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95133bb..d962c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.12.7](https://github.com/moia-oss/tinytime.rs/compare/v0.12.6...v0.12.7) - 2024-11-22 + +### Other + +- bump serde_json from 1.0.132 to 1.0.133 in the cargo group ([#84](https://github.com/moia-oss/tinytime.rs/pull/84)) +- Remove myself from codeowners +- bump the cargo group with 2 updates ([#82](https://github.com/moia-oss/tinytime.rs/pull/82)) +- bump thiserror from 1.0.66 to 2.0.0 in the cargo group ([#81](https://github.com/moia-oss/tinytime.rs/pull/81)) +- bump the cargo group with 2 updates ([#80](https://github.com/moia-oss/tinytime.rs/pull/80)) +- fix nightly ([#78](https://github.com/moia-oss/tinytime.rs/pull/78)) +- bump the cargo group with 4 updates ([#79](https://github.com/moia-oss/tinytime.rs/pull/79)) +- fix nightly ([#77](https://github.com/moia-oss/tinytime.rs/pull/77)) +- bump serde_json from 1.0.128 to 1.0.129 in the cargo group ([#76](https://github.com/moia-oss/tinytime.rs/pull/76)) +- fix nightly ([#74](https://github.com/moia-oss/tinytime.rs/pull/74)) + ## [0.12.6](https://github.com/moia-oss/tinytime.rs/compare/v0.12.5...v0.12.6) - 2024-10-11 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 28d18f6..a7bb35a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "tinytime" -version = "0.12.6" +version = "0.12.7" dependencies = [ "chrono", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 9ada1f4..3ffcb36 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.6" +version = "0.12.7" license = "MIT OR Apache-2.0" [features]