Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90ef1aa

Browse files
committed
chore: Release rexpect version 0.6.2
1 parentaf32b9b commit90ef1aa

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.2] - 2025-06-18
10+
911
###Fixes
1012

1113
- Ensure consistent behavior through`TERM=`
@@ -105,6 +107,7 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
105107
- try_read was blocking when there was no char ready (!) -> fixed
106108

107109
<!-- next-url-->
108-
[Unreleased]:https://github.com/rust-cli/rexpect/compare/v0.6.1...HEAD
110+
[Unreleased]:https://github.com/rust-cli/rexpect/compare/v0.6.2...HEAD
111+
[0.6.2]:https://github.com/rust-cli/rexpect/compare/v0.6.1...v0.6.2
109112
[0.6.1]:https://github.com/rust-cli/rexpect/compare/v0.6.0...v0.6.1
110113
[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 aboutcustomizing 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.1"
92+
version ="0.6.2"
9393
categories = ["os::unix-apis"]
9494
keywords = ["pty","automation","testing","expect","pexpect"]
9595
repository.workspace =true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp