Skip to content

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.70.2"
2+
".": "1.71.0"
33
}

CHANGELOG.md

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

3+
## [1.71.0](https://github.com/googleapis/api-linter/compare/v1.70.2...v1.71.0) (2025-08-26)
4+
5+
6+
### Features
7+
8+
* **AIP-160:** Validate filter field name. ([#1523](https://github.com/googleapis/api-linter/issues/1523)) ([73e4f83](https://github.com/googleapis/api-linter/commit/73e4f83da2399d9067df2c15310864969a33509f))
9+
* **AIP-160:** Validate filter field type ([#1524](https://github.com/googleapis/api-linter/issues/1524)) ([f182a25](https://github.com/googleapis/api-linter/commit/f182a25e6ba6ff5c85a7d3300f6d94f19b36d95b))
10+
11+
12+
### Bug Fixes
13+
14+
* **AIP-133:** skip method sig for non-standard create ([#1521](https://github.com/googleapis/api-linter/issues/1521)) ([e9306c6](https://github.com/googleapis/api-linter/commit/e9306c6f9bd46508fcaefefd3266bdd935c6f2a4))
15+
316
## [1.70.2](https://github.com/googleapis/api-linter/compare/v1.70.1...v1.70.2) (2025-08-06)
417

518

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.70.2"
17+
const Version = "1.71.0"

0 commit comments

Comments
 (0)