Skip to content

Commit 3af91b1

Browse files
committed
chore: Release
1 parent 6272b40 commit 3af91b1

7 files changed

Lines changed: 20 additions & 11 deletions

File tree

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.0] - 2024-01-15
11+
1012
### Breaking Change
1113

1214
- Allow using `RuntimeBuilder` statically
@@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9092
## [0.0.1] - 2023-07-20
9193

9294
<!-- next-url -->
93-
[Unreleased]: https://github.com/assert-rs/completest/compare/v0.3.1...HEAD
95+
[Unreleased]: https://github.com/assert-rs/completest/compare/v0.4.0...HEAD
96+
[0.4.0]: https://github.com/assert-rs/completest/compare/v0.3.1...v0.4.0
9497
[0.3.1]: https://github.com/assert-rs/completest/compare/v0.3.0...v0.3.1
9598
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...v0.3.0
9699
[0.2.0]: https://github.com/assert-rs/completest/compare/v0.1.0...v0.2.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
@@ -19,7 +19,7 @@ include = [
1919

2020
[package]
2121
name = "completest"
22-
version = "0.3.1"
22+
version = "0.4.0"
2323
description = "Run completions for your program"
2424
repository = "https://github.com/assert-rs/completest"
2525
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.0] - 2024-01-15
11+
1012
### Breaking Change
1113

1214
- Allow using `RuntimeBuilder` statically
@@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9092
## [0.0.1] - 2023-07-20
9193

9294
<!-- next-url -->
93-
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-nu-v0.3.1...HEAD
95+
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-nu-v0.4.0...HEAD
96+
[0.4.0]: https://github.com/assert-rs/completest/compare/completest-nu-v0.3.1...completest-nu-v0.4.0
9497
[0.3.1]: https://github.com/assert-rs/completest/compare/completest-nu-v0.3.0...completest-nu-v0.3.1
9598
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...completest-nu-v0.3.0
9699
[0.2.0]: https://github.com/assert-rs/completest/compare/v0.1.0...v0.2.0

crates/completest-nu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "completest-nu"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Run completions for your program"
55
repository = "https://github.com/assert-rs/completest"
66
categories = ["command-line-interface"]
@@ -24,7 +24,7 @@ pre-release-replacements = [
2424
]
2525

2626
[dependencies]
27-
completest = { version = "0.3.1", path = "../../" }
27+
completest = { version = "0.4.0", path = "../../" }
2828
dunce = "1.0.4"
2929
nu-cli = "0.88.1"
3030
nu-command = "0.88.1"

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.4.0] - 2024-01-15
11+
1012
### Breaking Change
1113

1214
- Allow using `RuntimeBuilder` statically
@@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9092
## [0.0.1] - 2023-07-20
9193

9294
<!-- next-url -->
93-
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.1...HEAD
95+
[Unreleased]: https://github.com/assert-rs/completest/compare/completest-pty-v0.4.0...HEAD
96+
[0.4.0]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.1...completest-pty-v0.4.0
9497
[0.3.1]: https://github.com/assert-rs/completest/compare/completest-pty-v0.3.0...completest-pty-v0.3.1
9598
[0.3.0]: https://github.com/assert-rs/completest/compare/v0.2.0...completest-pty-v0.3.0
9699
[0.2.0]: https://github.com/assert-rs/completest/compare/v0.1.0...v0.2.0

crates/completest-pty/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "completest-pty"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Run completions for your program"
55
repository = "https://github.com/assert-rs/completest"
66
categories = ["command-line-interface"]
@@ -24,7 +24,7 @@ pre-release-replacements = [
2424
]
2525

2626
[dependencies]
27-
completest = { version = "0.3.1", path = "../../" }
27+
completest = { version = "0.4.0", path = "../../" }
2828

2929
[target.'cfg(unix)'.dependencies]
3030
ptyprocess = "0.4.1"

0 commit comments

Comments
 (0)