Skip to content

Commit

Permalink
release: 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 31, 2024
1 parent ea91d9f commit 61d3c00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 61d3c00

Please sign in to comment.