From 1df2a7e80e6431d815508540a52df0cc9f03c0b4 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 22 May 2023 10:17:20 +0200 Subject: [PATCH] 0.1.2 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- rye/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a26bf987..a08c65425b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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. -## Unreleased +## 0.1.2 - Fixed dev-dependencies not being installed when using workspace. #170 @@ -12,7 +12,7 @@ most recent changes however. - Support direct references when adding a package. #158 -- Fixed a bug with uninstall on Unix platforms. +- Fixed a bug with uninstall on Unix platforms. #197 ## 0.1.1 diff --git a/Cargo.lock b/Cargo.lock index ddd86a5058..6819255cad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,7 +1530,7 @@ dependencies = [ [[package]] name = "rye" -version = "0.1.1" +version = "0.1.2" dependencies = [ "age", "anyhow", diff --git a/rye/Cargo.toml b/rye/Cargo.toml index 1beeec363f..57f9ec1874 100644 --- a/rye/Cargo.toml +++ b/rye/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rye" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT"