From bc03f10f81f841b7f1a763dc9baf87ccf876ab7b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 30 May 2023 11:08:15 +0000 Subject: [PATCH] build: release v0.7.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dac10..4bc7701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.7.8 (2023-05-30) +### Fix + +* **deps:** Bump dependencies ([`39fcbb4`](https://github.com/KSmanis/pip-autocompile/commit/39fcbb496fea497b6c339565f93ab00006ecfdec)) + ## v0.7.7 (2023-03-15) ### Fix * **deps:** Bump dependencies ([`4646796`](https://github.com/KSmanis/pip-autocompile/commit/46467962495353547bb6b96b1dcec5f921db4ede)) diff --git a/pyproject.toml b/pyproject.toml index cdffe77..9476cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pip-autocompile" -version = "0.7.7" +version = "0.7.8" description = "Automate pip-compile for multiple environments." license = "MIT" authors = ["Konstantinos Smanis "]