From f7572178e5d8608eaa226ebe8ec51b305eee3515 Mon Sep 17 00:00:00 2001 From: "Jan Willhaus [bot]" Date: Tue, 30 Jan 2024 21:09:59 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ poetry_homebrew_formula/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 ",