From bb1f6b5326874dcf077de640cdf68efdc7c7edc4 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 18 May 2023 12:30:25 +0200 Subject: [PATCH] 0.1.1 --- CHANGELOG.md | 5 ++++- rye/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a023cafe..7b3143d423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ There is currently no actual release of Rye. The latest main branch revision is the one you can install as mainline should always be stable. Here are the most recent changes however. -## 0.2.0 (Unreleased) +## 0.1.1 (Unreleased) - The installer on windows will now ask for a key to be pressed so it does not close the window without information. #183 +- Fixed an issue on macOS where the installer would die with "os error 24" + when directly piped to bash. #184 + ## 0.1.0 - Rye now comes with binary releases for some platforms. diff --git a/rye/Cargo.toml b/rye/Cargo.toml index f0d5a00425..7c768ea5d0 100644 --- a/rye/Cargo.toml +++ b/rye/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rye" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT"