chore(release): 0.3.0
This commit is contained in:
parent
ddde6c0734
commit
c4114c37bc
21
CHANGELOG.md
21
CHANGELOG.md
@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.0] - 2023-11-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add leptos
|
||||||
|
- ignore cache
|
||||||
|
- update lock
|
||||||
|
- with updated dagger-sdk
|
||||||
|
- *(rust-publish)* with rust publish
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update rust crate async-scoped to 0.8.0
|
||||||
|
- *(deps)* update rust crate futures to 0.3.29
|
||||||
|
- *(git)* make sure we actually fail when running an invalid git command
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- *(deps)* update rust crate tokio to 1.34.0
|
||||||
|
- *(deps)* update all dependencies
|
||||||
|
- with version 0.2.0
|
||||||
|
- publish
|
||||||
|
- add noop release script
|
||||||
|
|
||||||
## [0.2.0] - 2023-08-12
|
## [0.2.0] - 2023-08-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -73,13 +73,12 @@ checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-scoped"
|
name = "async-scoped"
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e7a6a57c8aeb40da1ec037f5d455836852f7a57e69e1b1ad3d8f38ac1d6cadf"
|
checksum = "2bb5d44cd33a5095cf47aa2a90455ea3f9141f45e24d092425fef2bf4fd9c98e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"pin-project",
|
"pin-project",
|
||||||
"slab",
|
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user