Skip to content

Commit

Permalink
bumping to 0.4 (as according to Changelog there were breaking changes…
Browse files Browse the repository at this point in the history
… I didn't remember though :) to prepare a deployment to crates.io
  • Loading branch information
philippkeller committed May 25, 2020
1 parent a67f3e1 commit 6702998
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.0] 2018-03-17
## [0.4.0] 2020-05-25

### Changed

- PtySession now works with any stream type, e.g. also tcp streams are supported now (thanks, thomasantony)
- breaking: PtyBashSession was renamed and generalized into
PtyReplSession to allow an interface for other REPLs
- better error messages in case of timeout to help debug when you expect
Expand Down Expand Up @@ -48,4 +49,4 @@ All `exp_*` methods now also return the yet unread string and/or the matched str
### Fixed

- each execution of rexpect left a temporary file in /tmp/ this is now no longer the case
- try_read was blocking when there was no char ready (!) -> fixed
- try_read was blocking when there was no char ready (!) -> fixed
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does"
name = "rexpect"
version = "0.3.0"
version = "0.4.0"
authors = ["Philipp Keller <[email protected]>"]
edition = "2018"
repository = "https://github.com/philippkeller/rexpect"
Expand All @@ -20,4 +20,4 @@ error-chain = "0.12"
tempfile = "3"

[badges]
travis-ci = { repository = "philippkeller/rexpect" }
travis-ci = { repository = "philippkeller/rexpect" }

0 comments on commit 6702998

Please sign in to comment.