Skip to content

Commit 7e96abe

Browse files
committed
chore: Release rexpect version 0.6.4
1 parent 0498828 commit 7e96abe

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
88
<!-- next-header -->
99
## [Unreleased] - ReleaseDate
1010

11+
## [0.6.4] - 2026-03-16
12+
1113
### Feature
1214

1315
- Add builder methods to `Options`
@@ -130,7 +132,8 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
130132
- try_read was blocking when there was no char ready (!) -> fixed
131133

132134
<!-- next-url -->
133-
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.3...HEAD
135+
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.4...HEAD
136+
[0.6.4]: https://github.com/rust-cli/rexpect/compare/v0.6.3...v0.6.4
134137
[0.6.3]: https://github.com/rust-cli/rexpect/compare/v0.6.2...v0.6.3
135138
[0.6.2]: https://github.com/rust-cli/rexpect/compare/v0.6.1...v0.6.2
136139
[0.6.1]: https://github.com/rust-cli/rexpect/compare/v0.6.0...v0.6.1

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -97,7 +97,7 @@ lto = true
9797
[package]
9898
name = "rexpect"
9999
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does"
100-
version = "0.6.3"
100+
version = "0.6.4"
101101
categories = ["os::unix-apis"]
102102
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
103103
repository.workspace = true

0 commit comments

Comments
 (0)