diff --git a/CHANGELOG.md b/CHANGELOG.md index 90cf0b77c..da7ec24ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.1] - 2024-01-06 + +### 📃 Details +#### Fixed +- Upgrading rattler to fix `pixi auth` in [#642](https://github.com/prefix-dev/pixi/pull/642) + ## [0.11.0] - 2024-01-05 ### ✨ Highlights -- Lots of important +Lots of important and preparations for the pypi `sdist` and multi environment feature +Lots of new contributors that help `pixi` improve! ### 📃 Details #### Added diff --git a/Cargo.lock b/Cargo.lock index a658fc0f1..322c581c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2619,7 +2619,7 @@ dependencies = [ [[package]] name = "pixi" -version = "0.11.0" +version = "0.11.1" dependencies = [ "async-once-cell", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 7b57783d1..e556bb8a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixi" -version = "0.11.0" +version = "0.11.1" description = "A package management and workflow tool" edition = "2021" authors = ["pixi contributors "] diff --git a/pixi.toml b/pixi.toml index 8f2b88a6d..1d4016e16 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "pixi" -version = "0.11.0" +version = "0.11.1" description = "Package management made easy!" authors = ["Wolf Vollprecht ", "Bas Zalmstra ", "Tim de Jager ", "Ruben Arts "] channels = ["conda-forge"]