From 61d3c001238300223573092bd9541a2261db357f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 31 Dec 2024 23:09:39 +0000 Subject: [PATCH] release: 1.0.8 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495bda1..ef50e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.0.8 + +### Various fixes & improvements + +- fix(status): Adding consistent ordering to status output (#191) by @IanWoodard +- add missing depenedencies (#193) by @hubertdeng123 +- remove update warning message (#189) by @hubertdeng123 +- chore: cleaning up various nits (#192) by @IanWoodard +- chore: Bump healthcheck timeout to 45 seconds (#190) by @hubertdeng123 + ## 1.0.7 ### Various fixes & improvements diff --git a/README.md b/README.md index 0b5d85a..fe7e0ad 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.7 +devservices==1.0.8 ``` diff --git a/pyproject.toml b/pyproject.toml index f28dbfe..259edfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "devservices" -version = "1.0.7" +version = "1.0.8" # 3.10 is just for internal pypi compat requires-python = ">=3.10" dependencies = [