Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 28, 2022
1 parent 113c347 commit 4ba47ff
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## [2.0.0](https://github.com/cpcloud/protoletariat/compare/1.1.0...2.0.0) (2022-12-28)


### ⚠ BREAKING CHANGES

* **deps:** click 8 is now required

* **deps:** bump lower bound of click to 8 ([113c347](https://github.com/cpcloud/protoletariat/commit/113c347ae8765acd99bd50f8ab982eb582d66e6b))

## [1.1.0](https://github.com/cpcloud/protoletariat/compare/1.0.1...1.1.0) (2022-10-29)


2 changes: 1 addition & 1 deletion protoletariat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "2.0.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 = "protoletariat"
version = "1.1.0"
version = "2.0.0"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"

0 comments on commit 4ba47ff

Please sign in to comment.