From e9b5ccccdd510a37c6acb0f2edadec3f93f85d39 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Wed, 29 Nov 2023 09:44:27 +0100 Subject: [PATCH] misc: prepare for release v0.9.1 (#519) --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- pixi.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3890875..a4fcfa362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [0.9.1] - 2023-11-29 +### Highlights + +* PyPI's `scripts` are now fixed. For example: https://github.com/prefix-dev/pixi/issues/516 + +### Details +#### Fixed +* Remove attr (unused) and update all dependencies by @wolfv in https://github.com/prefix-dev/pixi/pull/510 +* Remove empty folders on python uninstall by @baszalmstra in https://github.com/prefix-dev/pixi/pull/512 +* Bump `rip` to add scripts by @baszalmstra in https://github.com/prefix-dev/pixi/pull/517 + +**Full Changelog**: https://github.com/prefix-dev/pixi/compare/v0.9.0...v0.9.1 + ## [0.9.0] - 2023-11-28 ### Highlights diff --git a/Cargo.lock b/Cargo.lock index 3d8a85397..4d7004352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "pixi" -version = "0.9.0" +version = "0.9.1" dependencies = [ "async-once-cell", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1ad64e45b..01949438f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixi" -version = "0.9.0" +version = "0.9.1" description = "A package management and workflow tool" edition = "2021" authors = ["pixi contributors "] diff --git a/pixi.toml b/pixi.toml index 332c05795..7a30dc7c1 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "pixi" -version = "0.9.0" +version = "0.9.1" description = "Package management made easy!" authors = ["Wolf Vollprecht ", "Bas Zalmstra ", "Tim de Jager ", "Ruben Arts "] channels = ["conda-forge"]