Skip to content

Commit

Permalink
chore: release v0.12.6 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 11, 2024
1 parent 078540d commit 65487d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [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
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.5"
version = "0.12.6"
license = "MIT OR Apache-2.0"

[features]
Expand Down

0 comments on commit 65487d2

Please sign in to comment.