Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
837e43c99a chore(release): 0.3.0
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-01-21 01:30:04 +00:00
2 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.0] - 2025-01-22
## [0.3.0] - 2025-01-21
### Added
- add port as string
### Fixed
- *(deps)* update rust crate uuid to v1.12.1
- *(deps)* update rust crate uuid to v1.12.0
- *(deps)* update rust crate uuid to v1.11.1
- *(deps)* update all dependencies

4
Cargo.lock generated
View File

@ -3933,9 +3933,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.12.1"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4"
dependencies = [
"getrandom",
]