Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
8ad31abada 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-28 01:17:56 +00:00
c96249018a fix(deps): update rust crate serde_json to v1.0.148
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-12-28 01:16:20 +00:00
2 changed files with 6 additions and 5 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-12-24
## [0.0.2] - 2025-12-28
### Added
- add current hours
### Fixed
- *(deps)* update rust crate serde_json to v1.0.148
- *(deps)* update rust crate serde_json to v1.0.147
- *(deps)* update rust crate serde_json to v1.0.146
- *(deps)* update rust crate uuid to v1.19.0

8
Cargo.lock generated
View File

@@ -626,9 +626,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.147"
version = "1.0.148"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4"
checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
dependencies = [
"itoa",
"memchr",
@@ -1158,6 +1158,6 @@ dependencies = [
[[package]]
name = "zmij"
version = "0.1.7"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e404bcd8afdaf006e529269d3e85a743f9480c3cef60034d77860d02964f3ba"
checksum = "e6d6085d62852e35540689d1f97ad663e3971fc19cf5eceab364d62c646ea167"