Skip to content

Commit 6f87c0d

Browse files
authored
Update SDK version in CONTRIBUTING.md (#3129)
1 parent 572916b commit 6f87c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ This project follows [semver](https://semver.org/), with three additions:
163163

164164
- Certain features (e.g. integrations) may be explicitly called out as "experimental" or "unstable" in the documentation. They come with their own versioning policy described in the documentation.
165165

166-
We recommend to pin your version requirements against `1.x.*` or `1.x.y`.
166+
We recommend to pin your version requirements against `2.x.*` or `2.x.y`.
167167
Either one of the following is fine:
168168

169169
```
170-
sentry-sdk>=1.0.0,<2.0.0
171-
sentry-sdk==1.5.0
170+
sentry-sdk>=2.0.0,<3.0.0
171+
sentry-sdk==2.4.0
172172
```
173173

174174
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.

0 commit comments

Comments
 (0)