Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 28, 2024
1 parent c7f6234 commit 3a08018
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.

5 changes: 4 additions & 1 deletion crates/completest-pty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.5.4] - 2024-08-28

### Performance

- Reduce completion-done detection overhead
Expand Down Expand Up @@ -120,7 +122,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.0.1] - 2023-07-20

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.3...HEAD
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.4...HEAD
[0.5.4]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.3...completest-pty-v0.5.4
[0.5.3]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.2...completest-pty-v0.5.3
[0.5.2]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.1...completest-pty-v0.5.2
[0.5.1]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.0...completest-pty-v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion crates/completest-pty/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "completest-pty"
version = "0.5.3"
version = "0.5.4"
description = "Run completions for your program"
categories = ["command-line-interface"]
keywords = ["completion"]
Expand Down

0 comments on commit 3a08018

Please sign in to comment.