Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janw-bot committed Jan 30, 2024
1 parent 05e37e6 commit f757217
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.0 (2024-01-30)

### Feat

- Allow loading from multiple repos (#6)

## v0.1.0 (2024-01-29)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion poetry_homebrew_formula/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.1.0"
__version__ = "v0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit f757217

Please sign in to comment.