File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/gcp-releasetool/#history
6
6
7
+ ## [ 2.0.0] ( https://github.com/googleapis/releasetool/compare/v1.17.0...v2.0.0 ) (2024-03-07)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * Require cryptography 42.x.x
13
+
14
+ ### Features
15
+
16
+ * Add support for python 3.12 ([ 18ad023] ( https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff ) )
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * Add minimum requirements for gcp-releasetool ([ 18ad023] ( https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff ) )
22
+ * Drop usage of ` pkg_resources ` ([ 18ad023] ( https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff ) )
23
+ * Drop usage of ` pkgutil ` ([ 18ad023] ( https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff ) )
24
+ * Require cryptography 42.x.x ([ 18ad023] ( https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff ) )
25
+ * Require python 3.8+ ([ 18ad023] ( https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff ) )
26
+ * Update dependencies in requirements.txt and requirements-dev.txt ([ 18ad023] ( https://github.com/googleapis/releasetool/commit/18ad023ac61aca23419bec57253b76ee3057e9ff ) )
27
+
7
28
## [ 1.17.0] ( https://github.com/googleapis/releasetool/compare/v1.16.0...v1.17.0 ) (2024-01-17)
8
29
9
30
Original file line number Diff line number Diff line change 16
16
17
17
name = 'gcp-releasetool'
18
18
description = ''
19
- version = "1.17 .0"
19
+ version = "2.0 .0"
20
20
release_status = 'Development Status :: 3 - Alpha'
21
21
dependencies = [
22
22
"requests>=2.31.0" ,
You can’t perform that action at this time.
0 commit comments