Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
220f9a16ee 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-02 04:16:44 +00:00
afe4eee4a3 fix(deps): update rust crate uuid to v1.19.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-12-02 04:15:14 +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]
## [0.0.2] - 2025-11-29
## [0.0.2] - 2025-12-02
### Added
- add current hours
### Fixed
- *(deps)* update rust crate uuid to v1.19.0
- *(deps)* update all dependencies
- *(deps)* update rust crate serde_json to v1.0.141
- *(deps)* update rust crate uuid to v1.17.0

4
Cargo.lock generated
View File

@@ -863,9 +863,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.18.1"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
dependencies = [
"getrandom 0.3.2",
"js-sys",