diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b67e53..cec1455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.0.6 + +### Various fixes & improvements + +- fix(down): Adding error handling to get_non_shared_remote_dependencies (#180) by @IanWoodard +- ref(update): Adding caching to checking for latest version (#179) by @IanWoodard +- avoid checking for update in CI (#177) by @hubertdeng123 +- feat(purge): Updating purge to only stop relevant containers (#176) by @IanWoodard + ## 1.0.5 ### Various fixes & improvements diff --git a/README.md b/README.md index 855be81..6e20b45 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.5 +devservices==1.0.6 ``` diff --git a/pyproject.toml b/pyproject.toml index fed1224..a82412b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "devservices" -version = "1.0.5" +version = "1.0.6" # 3.10 is just for internal pypi compat requires-python = ">=3.10" dependencies = [