Skip to content

Commit

Permalink
chore: Release rexpect version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 6, 2024
1 parent f386b72 commit 9450630
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.6.0] - 2024-11-06

### Compatibility

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

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/argfile/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/rust-cli/rexpect/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/rust-cli/argfile/compare/v0.5.0...v0.6.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ zero_sized_map_values = "warn"
[package]
name = "rexpect"
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does"
version = "0.5.0"
version = "0.6.0"
categories = ["os::unix-apis"]
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
repository.workspace = true
Expand Down

0 comments on commit 9450630

Please sign in to comment.