Skip to content

Commit 9450630

Browse files
committed
chore: Release rexpect version 0.6.0
1 parent f386b72 commit 9450630

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.0] - 2024-11-06
10+
911
### Compatibility
1012

1113
- `PtyProcess::get_file_handle()` returns an error if dup() fails
@@ -89,4 +91,5 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
8991
- try_read was blocking when there was no char ready (!) -> fixed
9092

9193
<!-- next-url -->
92-
[Unreleased]: https://github.com/rust-cli/argfile/compare/v0.5.0...HEAD
94+
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.0...HEAD
95+
[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.5.0"
92+
version = "0.6.0"
9393
categories = ["os::unix-apis"]
9494
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
9595
repository.workspace = true

0 commit comments

Comments
 (0)