Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions[bot] authored and github-actions committed Nov 23, 2021
1 parent c868de8 commit e01e577
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

<!--next-version-placeholder-->

## v0.2.0 (2021-11-23)
### Feature
* Implement translation with rewrites ([`f7f05ce`](https://github.com/cpcloud/protoletariat/commit/f7f05cedd5f5bbaf8a85a1de7abbab7342ed2047))
* Initial environment setup ([`adafb9c`](https://github.com/cpcloud/protoletariat/commit/adafb9c8f4ca708e859814fb8ae8788fd5b023c2))

### Fix
* Remove 3.9-only with_stem method call ([`4d7f178`](https://github.com/cpcloud/protoletariat/commit/4d7f17875cb3fb909793bf3e7887f252a01ed5e7))
2 changes: 1 addition & 1 deletion protoletariat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.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 = "protoletariat"
version = "0.1.0"
version = "0.2.0"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"
Expand Down

0 comments on commit e01e577

Please sign in to comment.