Skip to content

Commit 3b0052a

Browse files
committed
release: 1.2.4
1 parent 3f48b8e commit 3b0052a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.2.4
2+
3+
### Bug Fixes 🐛
4+
5+
#### Supervisor
6+
7+
- fix(supervisor): Gracefully handle connection errors when interacting with supervisor by @seer-by-sentry in [#298](https://github.com/getsentry/devservices/pull/298)
8+
- fix(supervisor): Ignore expected faults during process start/stop by @seer-by-sentry in [#297](https://github.com/getsentry/devservices/pull/297)
9+
110
## 1.2.3
211

312
### Various fixes & improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NOTE: service-name is an optional parameter. If not provided, devservices will a
3333
The recommended way to install devservices is through a virtualenv in the requirements.txt. Once that is installed and a devservices config file is added, you should be able to run `devservices up` to begin local development.
3434

3535
```
36-
devservices==1.2.3
36+
devservices==1.2.4
3737
```
3838

3939
### 2. Add devservices config files

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "devservices"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
# 3.11 is just for internal pypi compat
99
requires-python = ">=3.11"
1010
dependencies = [

0 commit comments

Comments
 (0)