Compare commits
2 Commits
0fa08d8c11
...
0e84a070f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e84a070f0 | ||
| 8f851b637f |
@@ -6,12 +6,13 @@ 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-23
|
||||
|
||||
### 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
4
Cargo.lock
generated
@@ -632,9 +632,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.145"
|
||||
version = "1.0.146"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
||||
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
||||
Reference in New Issue
Block a user