Skip to content

Commit 4fac730

Browse files
petreeftimePetre Eftime
authored andcommitted
bump version to v0.5.0
Signed-off-by: Petre Eftime <[email protected]>
1 parent 5a64be3 commit 4fac730

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.5.0] 2022-10-09
7+
8+
### Changed
9+
10+
- Replace error-chain with thiserror
11+
- Make any_exp return results deterministically
12+
- Fix argument tokenization
13+
- Update to nix 0.25
14+
15+
### Fixed
16+
17+
- Fix https link to pexpect docs
18+
- Many clippy fixes
19+
- Remove unnecesary closures
20+
- Fix EOF detection on nightly
21+
- Fix examples
22+
623
## [0.4.0] 2020-05-25
724

825
### Changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does"
33
name = "rexpect"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
authors = ["Philipp Keller <[email protected]>"]
66
edition = "2021"
7-
repository = "https://github.com/philippkeller/rexpect"
8-
homepage = "https://github.com/philippkeller/rexpect"
7+
repository = "https://github.com/rust-cli/rexpect"
8+
homepage = "https://github.com/rust-cli/rexpect"
99
license = "MIT"
1010
categories = ["os::unix-apis"]
1111
keywords = ["pty", "automation", "testing", "expect", "pexpect"]

0 commit comments

Comments
 (0)