Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Sep 14, 2023
1 parent e424258 commit 0b801f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] <!-- release-date -->

## [0.9.0] - 2023-09-14

### Added

- Handle child process exit, either terminating by signal, or exiting with non-zero status.
Expand Down Expand Up @@ -204,7 +206,8 @@ _(none)_
- Initial implementation.

<!-- next-url -->
[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.8.1...HEAD
[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.6.1...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "showcase-dl"
version = "0.8.1"
version = "0.9.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 0b801f5

Please sign in to comment.