Skip to content

Commit 0016bc0

Browse files
chore(main): release 1.72.0 (#1539)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent efd5667 commit 0016bc0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.71.0"
2+
".": "1.72.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.72.0](https://github.com/googleapis/api-linter/compare/v1.71.0...v1.72.0) (2025-10-16)
4+
5+
6+
### Features
7+
8+
* upgrade to Go 1.24 ([#1532](https://github.com/googleapis/api-linter/issues/1532)) ([8448403](https://github.com/googleapis/api-linter/commit/844840381c253125c4d68a165b4000c7f68be411))
9+
10+
11+
### Bug Fixes
12+
13+
* **AIP-140:** restrict `uri` naming suggestions to fields with URI in comments ([#1541](https://github.com/googleapis/api-linter/issues/1541)) ([7dfafc4](https://github.com/googleapis/api-linter/commit/7dfafc4dc1a2a0cf6009f69760f790cec8b59b45))
14+
15+
16+
### Documentation
17+
18+
* update http-uri-resource.md ([#1543](https://github.com/googleapis/api-linter/issues/1543)) ([be4bb0f](https://github.com/googleapis/api-linter/commit/be4bb0f858310dc2ce9ef21201a12867ae2f0a07))
19+
320
## [1.71.0](https://github.com/googleapis/api-linter/compare/v1.70.2...v1.71.0) (2025-08-26)
421

522

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
package internal
1515

1616
// Version is the current tagged release of the library.
17-
const Version = "1.71.0"
17+
const Version = "1.72.0"

0 commit comments

Comments
 (0)