Skip to content

Commit 825e515

Browse files
committed
chore: Release rexpect version 0.7.0
1 parent 633db9f commit 825e515

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.0] - 2026-03-16
12+
1113
### Breaking Changes
1214

1315
- Made fields private: `PtyReplSession`, `PtySession`, `StreamSession`, `Options`
@@ -138,7 +140,8 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
138140
- try_read was blocking when there was no char ready (!) -> fixed
139141

140142
<!-- next-url -->
141-
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.4...HEAD
143+
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.7.0...HEAD
144+
[0.7.0]: https://github.com/rust-cli/rexpect/compare/v0.6.4...v0.7.0
142145
[0.6.4]: https://github.com/rust-cli/rexpect/compare/v0.6.3...v0.6.4
143146
[0.6.3]: https://github.com/rust-cli/rexpect/compare/v0.6.2...v0.6.3
144147
[0.6.2]: https://github.com/rust-cli/rexpect/compare/v0.6.1...v0.6.2

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.6.4"
100+
version = "0.7.0"
101101
categories = ["os::unix-apis"]
102102
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
103103
repository.workspace = true

0 commit comments

Comments
 (0)