You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Relax dependency constraints
* Bump version to `6.0.1`
* pin backoff and simplejson to major version
* Don't allow older versions
* Update changelog
* Pin minumum and major versions
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
# Changelog
2
2
3
+
## 6.0.1
4
+
* Pin backoff and simplejson to any version greater than or equal to the previously allowed version, up to the next major version [#167](https://github.com/singer-io/singer-python/pull/167)
5
+
3
6
## 6.0.0
4
-
* Bump backoff version to 2.2.1. This version drops support for python 3.5, but adds it for 3.1o[#165](https://github.com/singer-io/singer-python/pull/165)
7
+
* Bump backoff version to 2.2.1. This version drops support for python 3.5, but adds it for 3.10[#165](https://github.com/singer-io/singer-python/pull/165)
5
8
6
9
## 5.13.0
7
10
* Add support for dev mode argument parsing [#158](https://github.com/singer-io/singer-python/pull/158)
0 commit comments