Skip to content

Commit d20e67b

Browse files
committed
chore: Release rexpect version 0.7.1
1 parent 91c411f commit d20e67b

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.7.1] - 2026-05-14
12+
1113
### Fixes
1214

1315
- Avoid `char` boundary panics with `NBReader::try_read`
@@ -144,7 +146,8 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
144146
- try_read was blocking when there was no char ready (!) -> fixed
145147

146148
<!-- next-url -->
147-
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.7.0...HEAD
149+
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.7.1...HEAD
150+
[0.7.1]: https://github.com/rust-cli/rexpect/compare/v0.7.0...v0.7.1
148151
[0.7.0]: https://github.com/rust-cli/rexpect/compare/v0.6.4...v0.7.0
149152
[0.6.4]: https://github.com/rust-cli/rexpect/compare/v0.6.3...v0.6.4
150153
[0.6.3]: https://github.com/rust-cli/rexpect/compare/v0.6.2...v0.6.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.7.0"
100+
version = "0.7.1"
101101
categories = ["os::unix-apis"]
102102
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
103103
repository.workspace = true

0 commit comments

Comments
 (0)