From 97b05260d1af325509a4c2f0e37bef00d03e9f83 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Fri, 5 Jan 2024 10:38:01 +0100 Subject: [PATCH] bump: v0.15.0 changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pixi.toml | 1 - 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367bc38bf..8a1388a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [0.15.0] - 2024-01-05 + +### 📃 Details + +#### Added + +* Add ParseMatchSpecError and ParseMatchSpecError tests by @Johnwillliam ([#434](https://github.com/mamba-org/rattler/pull/434)) +* Add option to force usage of fallback_auth_store by @0xbe7a ([#435](https://github.com/mamba-org/rattler/pull/435)) +* New crate (rattler-index) with index functionality including python bindings by @BenjaminLowry ([#436](https://github.com/mamba-org/rattler/pull/436)) +* Add support for netrc files by @mariusvniekerk ([#395](https://github.com/mamba-org/rattler/pull/395)) + +#### Changed + +* Renamed `behaviour` to `behavior` ([#428](https://github.com/mamba-org/rattler/pull/428)) +* Enabled more clippy lints by @baszalmstra ([#462](https://github.com/mamba-org/rattler/pull/462)) +* Refactor `Version.bump()` to accept bumping `major/minor/patch/last` by @hadim ([#452](https://github.com/mamba-org/rattler/pull/452)) + +#### Fixed + +* Default value for `conda_packages` in repodata.json by @BenjaminLowry ([#441](https://github.com/mamba-org/rattler/pull/441)) +* Wildcard expansion for stored credentials of domains by @0xbe7a ([#442](https://github.com/mamba-org/rattler/pull/442)) +* Use serde default for proper serialization by @ruben-arts ([#443](https://github.com/mamba-org/rattler/pull/443)) +* Better detection of hardlinks and fallback to copy by @baszalmstra ([#461](https://github.com/mamba-org/rattler/pull/461)) +* Re-download the repodata cache if is out of sync/corrupt by @orhun ([#466](https://github.com/mamba-org/rattler/pull/466)) + # [0.14.0] - 2023-12-05 ### 📃 Details diff --git a/pixi.toml b/pixi.toml index 6ed26e89a..26021a2b6 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,5 @@ [project] name = "rattler" -version = "0.14.0" description = "Rust library to install conda environments" authors = [ "Wolf Vollprecht ",