Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
0e84a070f0 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-23 01:18:13 +00:00
8f851b637f fix(deps): update rust crate serde_json to v1.0.146
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-12-23 01:16:39 +00:00
2 changed files with 4 additions and 3 deletions

View File

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

4
Cargo.lock generated
View File

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