diff --git a/CHANGELOG.md b/CHANGELOG.md index cec1455..265baee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.0.7 + +### Various fixes & improvements + +- feat(devservices): Add healthcheck wait condition and parallelize starting of containers (#178) by @hubertdeng123 +- ref(purge): Cleaning up purge network logic (#186) by @IanWoodard +- fix(up): Always pull new images (#187) by @IanWoodard +- chore(docker): Cleaning up docker utils (#185) by @IanWoodard +- feat(purge): Purge removes corresponding volumes (#184) by @IanWoodard +- feat(devservices): Return namedtuple for docker compose command (#183) by @hubertdeng123 +- ref(dependencies): Adding more context to sentry (#181) by @IanWoodard + ## 1.0.6 ### Various fixes & improvements diff --git a/README.md b/README.md index 6e20b45..0b5d85a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A standalone cli tool used to manage dependencies for services. It simplifies th The recommended way to install devservices is through a virtualenv in the requirements.txt. ``` -devservices==1.0.6 +devservices==1.0.7 ``` diff --git a/pyproject.toml b/pyproject.toml index a82412b..4fc5ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "devservices" -version = "1.0.6" +version = "1.0.7" # 3.10 is just for internal pypi compat requires-python = ">=3.10" dependencies = [