Skip to content

Commit fc1101b

Browse files
committed
release: 1.3.1
1 parent 04049af commit fc1101b

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.3.1
2+
3+
### New Features ✨
4+
5+
- (cli) Add --config option for custom config file path by @hubertdeng123 in [#307](https://github.com/getsentry/devservices/pull/307)
6+
- Pytest 9, xdist, python 3.13.1 by @joshuarli in [#309](https://github.com/getsentry/devservices/pull/309)
7+
- Timestamps and health logs by @joshuarli in [#308](https://github.com/getsentry/devservices/pull/308)
8+
- Uv by @joshuarli in [#305](https://github.com/getsentry/devservices/pull/305)
9+
10+
### Bug Fixes 🐛
11+
12+
- (state) Gracefully handle stale service entries in state database by @vaind in [#302](https://github.com/getsentry/devservices/pull/302)
13+
14+
### Internal Changes 🔧
15+
16+
#### Release
17+
18+
- Fix changelog-preview permissions by @BYK in [#300](https://github.com/getsentry/devservices/pull/300)
19+
- Switch from action-prepare-release to Craft by @BYK in [#299](https://github.com/getsentry/devservices/pull/299)
20+
21+
#### Other
22+
23+
- (deps-dev) Bump setuptools from 70.0.0 to 78.1.1 by @dependabot in [#294](https://github.com/getsentry/devservices/pull/294)
24+
- Make health timeout configurable and default to 180 by @joshuarli in [#311](https://github.com/getsentry/devservices/pull/311)
25+
- Pin GitHub Actions to full-length commit SHAs by @joshuarli in [#306](https://github.com/getsentry/devservices/pull/306)
26+
127
## 1.2.4
228

329
### Bug Fixes 🐛

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.4
36+
devservices==1.3.1
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.4"
7+
version = "1.3.1"
88
# 3.11 is just for internal pypi compat
99
# but we test/support on 3.13
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)