Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 29, 2024
1 parent 99f652c commit 4334bff
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
5 changes: 4 additions & 1 deletion 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.4.1] - 2024-06-29

## [0.4.0] - 2024-01-15

### Breaking Change
Expand Down Expand Up @@ -92,7 +94,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/v0.4.0...HEAD
[Unreleased]: https://github.com/assert-rs/completest/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/assert-rs/completest/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/assert-rs/completest/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/assert-rs/completest/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...v0.3.0
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -88,7 +88,7 @@ zero_sized_map_values = "warn"

[package]
name = "completest"
version = "0.4.0"
version = "0.4.1"
description = "Run completions for your program"
repository = "https://github.com/assert-rs/completest"
categories = ["command-line-interface"]
Expand Down
5 changes: 4 additions & 1 deletion crates/completest-nu/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.4.1] - 2024-06-29

## [0.4.0] - 2024-01-15

### Breaking Change
Expand Down Expand Up @@ -92,7 +94,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-nu-v0.4.0...HEAD
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-nu-v0.4.1...HEAD
[0.4.1]: https://github.com/assert-rs/completest/compare/completest-nu-v0.4.0...completest-nu-v0.4.1
[0.4.0]: https://github.com/assert-rs/completest/compare/completest-nu-v0.3.1...completest-nu-v0.4.0
[0.3.1]: https://github.com/assert-rs/completest/compare/completest-nu-v0.3.0...completest-nu-v0.3.1
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...completest-nu-v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion crates/completest-nu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "completest-nu"
version = "0.4.0"
version = "0.4.1"
description = "Run completions for your program"
repository = "https://github.com/assert-rs/completest"
categories = ["command-line-interface"]
Expand Down
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.1] - 2024-06-29

### Fixes

- *(bash)* Don't load `~/.inputrc`
Expand Down Expand Up @@ -106,7 +108,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.0...HEAD
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.1...HEAD
[0.5.1]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.0...completest-pty-v0.5.1
[0.5.0]: https://github.com/assert-rs/completest/compare/completest-pty-v0.4.0...completest-pty-v0.5.0
[0.4.0]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.1...completest-pty-v0.4.0
[0.3.1]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.0...completest-pty-v0.3.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.0"
version = "0.5.1"
description = "Run completions for your program"
repository = "https://github.com/assert-rs/completest"
categories = ["command-line-interface"]
Expand Down

0 comments on commit 4334bff

Please sign in to comment.