From 94506303c8899c199e1037d0711d74f62720591c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 6 Nov 2024 11:11:51 -0600 Subject: [PATCH] chore: Release rexpect version 0.6.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d636a8b..120ea674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.6.0] - 2024-11-06 + ### Compatibility - `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 - try_read was blocking when there was no char ready (!) -> fixed -[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 diff --git a/Cargo.lock b/Cargo.lock index 8ab2e444..2cc0d275 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "rexpect" -version = "0.5.0" +version = "0.6.0" dependencies = [ "comma", "nix", diff --git a/Cargo.toml b/Cargo.toml index b9235c6e..d6619b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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