Skip to content

Commit 5a981e6

Browse files
committed
chore: Release rexpect version 0.6.3
1 parent 3d1875e commit 5a981e6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

9+
## [0.6.3] - 2026-01-15
10+
911
### Fixes
1012

1113
- Don't pre-emptively escape values in `Error::Timeout`
@@ -111,7 +113,8 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
111113
- try_read was blocking when there was no char ready (!) -> fixed
112114

113115
<!-- next-url -->
114-
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.2...HEAD
116+
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.3...HEAD
117+
[0.6.3]: https://github.com/rust-cli/rexpect/compare/v0.6.2...v0.6.3
115118
[0.6.2]: https://github.com/rust-cli/rexpect/compare/v0.6.1...v0.6.2
116119
[0.6.1]: https://github.com/rust-cli/rexpect/compare/v0.6.0...v0.6.1
117120
[0.6.0]: https://github.com/rust-cli/argfile/compare/v0.5.0...v0.6.0

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
@@ -89,7 +89,7 @@ zero_sized_map_values = "warn"
8989
[package]
9090
name = "rexpect"
9191
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does"
92-
version = "0.6.2"
92+
version = "0.6.3"
9393
categories = ["os::unix-apis"]
9494
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
9595
repository.workspace = true

0 commit comments

Comments
 (0)