Skip to content

Commit 4334bff

Browse files
committed
chore: Release
1 parent 99f652c commit 4334bff

File tree

7 files changed

+18
-9
lines changed

7 files changed

+18
-9
lines changed

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.4.1] - 2024-06-29
11+
1012
## [0.4.0] - 2024-01-15
1113

1214
### Breaking Change
@@ -92,7 +94,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9294
## [0.0.1] - 2023-07-20
9395

9496
<!-- next-url -->
95-
[Unreleased]: https://github.com/assert-rs/completest/compare/v0.4.0...HEAD
97+
[Unreleased]: https://github.com/assert-rs/completest/compare/v0.4.1...HEAD
98+
[0.4.1]: https://github.com/assert-rs/completest/compare/v0.4.0...v0.4.1
9699
[0.4.0]: https://github.com/assert-rs/completest/compare/v0.3.1...v0.4.0
97100
[0.3.1]: https://github.com/assert-rs/completest/compare/v0.3.0...v0.3.1
98101
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...v0.3.0

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "completest"
91-
version = "0.4.0"
91+
version = "0.4.1"
9292
description = "Run completions for your program"
9393
repository = "https://github.com/assert-rs/completest"
9494
categories = ["command-line-interface"]

crates/completest-nu/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.4.1] - 2024-06-29
11+
1012
## [0.4.0] - 2024-01-15
1113

1214
### Breaking Change
@@ -92,7 +94,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9294
## [0.0.1] - 2023-07-20
9395

9496
<!-- next-url -->
95-
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-nu-v0.4.0...HEAD
97+
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-nu-v0.4.1...HEAD
98+
[0.4.1]: https://github.com/assert-rs/completest/compare/completest-nu-v0.4.0...completest-nu-v0.4.1
9699
[0.4.0]: https://github.com/assert-rs/completest/compare/completest-nu-v0.3.1...completest-nu-v0.4.0
97100
[0.3.1]: https://github.com/assert-rs/completest/compare/completest-nu-v0.3.0...completest-nu-v0.3.1
98101
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...completest-nu-v0.3.0

crates/completest-nu/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-nu"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Run completions for your program"
55
repository = "https://github.com/assert-rs/completest"
66
categories = ["command-line-interface"]

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.1] - 2024-06-29
11+
1012
### Fixes
1113

1214
- *(bash)* Don't load `~/.inputrc`
@@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
106108
## [0.0.1] - 2023-07-20
107109

108110
<!-- next-url -->
109-
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.0...HEAD
111+
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.1...HEAD
112+
[0.5.1]: https://github.com/assert-rs/completest/compare/completest-pty-v0.5.0...completest-pty-v0.5.1
110113
[0.5.0]: https://github.com/assert-rs/completest/compare/completest-pty-v0.4.0...completest-pty-v0.5.0
111114
[0.4.0]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.1...completest-pty-v0.4.0
112115
[0.3.1]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.0...completest-pty-v0.3.1

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.0"
3+
version = "0.5.1"
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)