Skip to content

Commit 8bdbaff

Browse files
chore(master): release 2.6.0
1 parent edf7e29 commit 8bdbaff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/gcp-releasetool/#history
66

7+
## [2.6.0](https://github.com/googleapis/releasetool/compare/v2.5.0...v2.6.0) (2025-02-04)
8+
9+
10+
### Features
11+
12+
* Support per repo denylist for tagging. ([edf7e29](https://github.com/googleapis/releasetool/commit/edf7e29d1aa14b463a050a5aeaeac84eab810c4a))
13+
714
## [2.5.0](https://github.com/googleapis/releasetool/compare/v2.4.0...v2.5.0) (2025-02-03)
815

916

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
name = 'gcp-releasetool'
1818
description = ''
19-
version = "2.5.0"
19+
version = "2.6.0"
2020
release_status = 'Development Status :: 3 - Alpha'
2121
dependencies = [
2222
"requests>=2.31.0",

0 commit comments

Comments
 (0)