Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
0fa08d8c11 chore(release): 0.0.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-12-19 01:18:20 +00:00
2 changed files with 3 additions and 4 deletions

View File

@@ -6,13 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.2] - 2025-12-23
## [0.0.2] - 2025-12-19
### Added
- add current hours
### Fixed
- *(deps)* update rust crate serde_json to v1.0.146
- *(deps)* update rust crate uuid to v1.19.0
- *(deps)* update all dependencies
- *(deps)* update rust crate serde_json to v1.0.141

4
Cargo.lock generated
View File

@@ -632,9 +632,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.146"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
"memchr",