Skip to content

Commit

Permalink
v0.3.2 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuylermartin45 authored Oct 21, 2024
1 parent c3a99ec commit 87a4c67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ NOTES:
- Version releases in the 0.x.y range may introduce breaking changes.
- See the auto-generated release notes for more details.

## 0.3.2
- Refactors `RecipeParserDeps` into `RecipeReaderDeps`. Creates a new `RecipeParserDeps` that adds the high-level
`add_dependency()` and `remove_dependency` functions.
- A few bug fixes and some unit testing improvements

## 0.3.1
Minor bug fixes. Addresses feedback from `conda-forge` users.

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.3.1"
release = "0.3.2"

# -- 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.3.1"
version = "0.3.2"
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.3.1" %}
{% set version = "0.3.2" %}

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

0 comments on commit 87a4c67

Please sign in to comment.