From 26094c2f3af0fdb22abc7c0c7a8aa3f63c63a4a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:57:33 +0000 Subject: [PATCH] chore: release v0.12.8 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1185e2e..09a6a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.8](https://github.com/moia-oss/tinytime.rs/compare/v0.12.7...v0.12.8) - 2024-12-06 + +### Other + +- bump thiserror from 2.0.3 to 2.0.4 in the cargo group ([#85](https://github.com/moia-oss/tinytime.rs/pull/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 3aac038..cdf05a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "tinytime" -version = "0.12.7" +version = "0.12.8" dependencies = [ "chrono", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 0c3ebaa..358f08c 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.12.8" license = "MIT OR Apache-2.0" [features]