Skip to content

Commit

Permalink
release: 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 30, 2024
1 parent 2415de5 commit b83bb25
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.7

### Various fixes & improvements

- fix(purge): Updating purge to stop/remove all devservices containers (#188) by @IanWoodard
- 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
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.6
devservices==1.0.7
```


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.6"
version = "1.0.7"
# 3.10 is just for internal pypi compat
requires-python = ">=3.10"
dependencies = [
Expand Down

0 comments on commit b83bb25

Please sign in to comment.