diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d404b6..95133bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,18 @@ 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). -## [Unreleased] \ No newline at end of file +## [0.12.6](https://github.com/moia-oss/tinytime.rs/compare/v0.12.5...v0.12.6) - 2024-10-11 + +### Fixed + +- fix lint issue + +### Other + +- dependabot tweaks ([#73](https://github.com/moia-oss/tinytime.rs/pull/73)) +- use grouped dependabot updates ([#72](https://github.com/moia-oss/tinytime.rs/pull/72)) +- Bump derive_more from 0.99.18 to 1.0.0 ([#69](https://github.com/moia-oss/tinytime.rs/pull/69)) +- set dependabot interval to weekly ([#70](https://github.com/moia-oss/tinytime.rs/pull/70)) +- update to rust 1.81.0 ([#68](https://github.com/moia-oss/tinytime.rs/pull/68)) +- add Cargo.lock to avoid discrepancies with local runs and CI runs +- just not make diff --git a/Cargo.lock b/Cargo.lock index ebdb57c..778d5d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "tinytime" -version = "0.12.5" +version = "0.12.6" dependencies = [ "chrono", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index a144df1..2368790 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.5" +version = "0.12.6" license = "MIT OR Apache-2.0" [features]