From 68801fc61196fd36860481d15a85b91bc57cf47b Mon Sep 17 00:00:00 2001 From: Schuyler Martin Date: Fri, 17 Jan 2025 06:57:14 -0700 Subject: [PATCH] v0.4.1 (#292) --- CHANGELOG.md | 8 ++++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- recipe/meta.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f59921..5ed39e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ NOTES: - Version releases in the 0.x.y range may introduce breaking changes. - See the auto-generated release notes for more details. +## 0.4.1 +- `crm convert` now prints stacktraces when the `--debug` flag is used. +- `crm bump-recipe` now includes a `--save-on-failure` flag that can save the + contents of a bumped recipe if the bump fails to fully complete. +- Significant recipe compatibility improvements, brought on by changes made in + `rattler-build @0.34.1`. +- Several community-reported bug fixes. + ## 0.4.0 - Introduces MVP for the `bump-recipe` command. This command should be able to update the version number, build number, and SHA-256 hash for most simple recipe files. diff --git a/docs/conf.py b/docs/conf.py index c5b28915..a56ce63b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ """ project = "Conda Recipe Manager" author = "various" -release = "0.4.0" +release = "0.4.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index c317fdd2..0bc71fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ exclude = ["tests"] [project] name = "conda_recipe_manager" -version = "0.4.0" +version = "0.4.1" authors = [ { name="Anaconda, Inc.", email="distribution_team@anaconda.com" }, ] diff --git a/recipe/meta.yaml b/recipe/meta.yaml index dc5b94b6..cb556625 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "conda-recipe-manager" %} -{% set version = "0.4.0" %} +{% set version = "0.4.1" %} package: name: {{ name|lower }}