Compare commits

..

4 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
6633e88a11 fix(deps): update rust crate serde_json to v1.0.147
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-12-24 01:16:26 +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 13 additions and 10 deletions

View File

@@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.2] - 2025-12-19
## [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
- *(deps)* update all dependencies
- *(deps)* update rust crate serde_json to v1.0.141

18
Cargo.lock generated
View File

@@ -588,12 +588,6 @@ version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "scopeguard"
version = "1.2.0"
@@ -632,15 +626,15 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.145"
version = "1.0.148"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
"zmij",
]
[[package]]
@@ -1161,3 +1155,9 @@ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
"bitflags",
]
[[package]]
name = "zmij"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d6085d62852e35540689d1f97ad663e3971fc19cf5eceab364d62c646ea167"