Skip to content

Commit 1907d1c

Browse files
committed
chore: Release
1 parent 1dadfd5 commit 1907d1c

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.5] - 2024-09-04
11+
1012
### Fixes
1113

1214
- *(bash)* Further isolate the environment
@@ -126,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
126128
## [0.0.1] - 2023-07-20
127129

128130
<!-- next-url -->
129-
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.4...HEAD
131+
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.5...HEAD
132+
[0.5.5]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.4...completest-pty-v0.5.5
130133
[0.5.4]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.3...completest-pty-v0.5.4
131134
[0.5.3]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.2...completest-pty-v0.5.3
132135
[0.5.2]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.1...completest-pty-v0.5.2

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.5.4"
3+
version = "0.5.5"
44
description = "Run completions for your program"
55
categories = ["command-line-interface"]
66
keywords = ["completion"]

0 commit comments

Comments
 (0)