diff --git a/CHANGELOG.md b/CHANGELOG.md index 8690856..7cc8ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.2.0 (2024-01-30) + +### Feat + +- Allow loading from multiple repos (#6) + ## v0.1.0 (2024-01-29) ### Feat diff --git a/poetry_homebrew_formula/__init__.py b/poetry_homebrew_formula/__init__.py index 22a0910..fc0dbfe 100644 --- a/poetry_homebrew_formula/__init__.py +++ b/poetry_homebrew_formula/__init__.py @@ -1 +1 @@ -__version__ = "v0.1.0" +__version__ = "v0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 4e99b81..23290a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-homebrew-formula" -version = "0.1.0" +version = "0.2.0" description = "Generate Homebrew formulae for Poetry projects" authors = [ "Jan Willhaus ",