Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent 926b231 commit 00e5040
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions 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).

## [0.12.6](https://github.com/moia-oss/tinytime.rs/compare/v0.12.5...v0.12.6) - 2024-10-10

### Fixed

- fix lint issue

### Other

- 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

## [Unreleased]
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 00e5040

Please sign in to comment.