Skip to content

Commit 3cd3888

Browse files
committed
chore: Release
1 parent f838889 commit 3cd3888

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/completest-pty/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.5.0] - 2024-01-15
11+
1012
### Breaking Change
1113

1214
- Don't trim whitespace
@@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
100102
## [0.0.1] - 2023-07-20
101103

102104
<!-- next-url -->
103-
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.4.0...HEAD
105+
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.0...HEAD
106+
[0.5.0]: https://github.com/assert-rs/completest/compare/completest-pty-v0.4.0...completest-pty-v0.5.0
104107
[0.4.0]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.1...completest-pty-v0.4.0
105108
[0.3.1]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.0...completest-pty-v0.3.1
106109
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...completest-pty-v0.3.0

crates/completest-pty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "completest-pty"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Run completions for your program"
55
repository = "https://github.com/assert-rs/completest"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)