Skip to content

Commit e80e48a

Browse files
1 parent 40a69bd commit e80e48a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.1"
2+
".": "1.70.2"
33
}

CHANGELOG.md

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

3+
## [1.70.2](https://github.com/googleapis/api-linter/compare/v1.70.1...v1.70.2) (2025-08-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **AIP-123:** handle errant slash in pattern parsing ([#1517](https://github.com/googleapis/api-linter/issues/1517)) ([40a69bd](https://github.com/googleapis/api-linter/commit/40a69bd75b7eddfa5c16e58aa0c73e441342512e)), refs [#1514](https://github.com/googleapis/api-linter/issues/1514)
9+
10+
11+
### Documentation
12+
13+
* **config:** fix incorrect rule flags ([#1516](https://github.com/googleapis/api-linter/issues/1516)) ([2454606](https://github.com/googleapis/api-linter/commit/2454606c87d4f5c9a12647b13c0f7e8fe945219f))
14+
315
## [1.70.1](https://github.com/googleapis/api-linter/compare/v1.70.0...v1.70.1) (2025-07-21)
416

517

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.1"
17+
const Version = "1.70.2"

0 commit comments

Comments
 (0)