Skip to content

Commit

Permalink
v0.4.1 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuylermartin45 authored Jan 17, 2025
1 parent 495fddd commit 68801fc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["tests"]

[project]
name = "conda_recipe_manager"
version = "0.4.0"
version = "0.4.1"
authors = [
{ name="Anaconda, Inc.", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "conda-recipe-manager" %}
{% set version = "0.4.0" %}
{% set version = "0.4.1" %}

package:
name: {{ name|lower }}
Expand Down

0 comments on commit 68801fc

Please sign in to comment.