Skip to content

Commit ebb90a9

Browse files
committed
chore: Release rexpect version 0.6.1
1 parent 0ceba76 commit ebb90a9

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.1] - 2025-05-01
10+
911
### Compatibility
1012

1113
- MSRV updated to 1.70
@@ -99,5 +101,6 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
99101
- try_read was blocking when there was no char ready (!) -> fixed
100102

101103
<!-- next-url -->
102-
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.0...HEAD
104+
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.1...HEAD
105+
[0.6.1]: https://github.com/rust-cli/rexpect/compare/v0.6.0...v0.6.1
103106
[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.0"
92+
version = "0.6.1"
9393
categories = ["os::unix-apis"]
9494
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
9595
repository.workspace = true

0 commit comments

Comments
 (0)