diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfd291e1..ad85f0754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0.5] - 2023-06-26 + +Fixing Windows installer build in CI. ([#145](https://github.com/prefix-dev/pixi/pull/145)) + ## [0.0.4] - 2023-06-26 ### Highlights diff --git a/Cargo.lock b/Cargo.lock index 475171b10..da46cf4a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2908,7 +2908,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pixi" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "ariadne", diff --git a/Cargo.toml b/Cargo.toml index de725696e..2fd204940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixi" -version = "0.0.4" +version = "0.0.5" description = "A package management and workflow tool" edition = "2021" authors = ["pixi contributors "] diff --git a/pixi.toml b/pixi.toml index b5c3a7935..c306de528 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "pixi" -version = "0.0.4" +version = "0.0.5" description = "Package manamgent made easy!" authors = ["Wolf Vollprecht ", "Bas Zalmstra ", "Tim de Jager ", "Ruben Arts "] channels = ["conda-forge"]