Skip to content

Commit ec482d2

Browse files
authored
CHANGELOG: update requirements example (#1262)
To match at least a > 1.0.0 world as the description
1 parent 9c72c22 commit ec482d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ We recommend to pin your version requirements against `1.x.*` or `1.x.y`.
1414
Either one of the following is fine:
1515

1616
```
17-
sentry-sdk>=0.10.0,<0.11.0
18-
sentry-sdk==0.10.1
17+
sentry-sdk>=1.0.0,<2.0.0
18+
sentry-sdk==1.5.0
1919
```
2020

2121
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)