diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbd8b66..7882ae78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [0.7.4](https://github.com/cpcloud/protoletariat/compare/v0.7.3...v0.7.4) (2022-01-28) + + +### Performance Improvements + +* build docker image with musl ([8c21eb5](https://github.com/cpcloud/protoletariat/commit/8c21eb58a80bce375509e1bddcef9aad2741cdcb)) + ## [0.7.3](https://github.com/cpcloud/protoletariat/compare/v0.7.2...v0.7.3) (2022-01-04) diff --git a/pyproject.toml b/pyproject.toml index b49d8717..ad1ccb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "0.7.3" +version = "0.7.4" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"