Skip to content

Commit 4a44b59

Browse files
chore(main): release 1.69.2 (#1477)
🤖 I have created a release *beep* *boop* --- ## [1.69.2](https://togithub.com/googleapis/api-linter/compare/v1.69.1...v1.69.2) (2025-02-20) ### Bug Fixes * **AIP-133/AIP-134:** handle qualified lro response type name comparison ([#1475](https://togithub.com/googleapis/api-linter/issues/1475)) ([5e8fe24](https://togithub.com/googleapis/api-linter/commit/5e8fe2442327ab2a3f1833ff77824723d8331e82)) * **cli:** only call ResolveFilenames with ProtoImportPaths if specified ([#1478](https://togithub.com/googleapis/api-linter/issues/1478)) ([6a0ddc6](https://togithub.com/googleapis/api-linter/commit/6a0ddc6d441083d60e7a6e1e35cb0f18f562021e)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 6a0ddc6 commit 4a44b59

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.69.1"
2+
".": "1.69.2"
33
}

CHANGELOG.md

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

3+
## [1.69.2](https://github.com/googleapis/api-linter/compare/v1.69.1...v1.69.2) (2025-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **AIP-133/AIP-134:** handle qualified lro response type name comparison ([#1475](https://github.com/googleapis/api-linter/issues/1475)) ([5e8fe24](https://github.com/googleapis/api-linter/commit/5e8fe2442327ab2a3f1833ff77824723d8331e82))
9+
* **cli:** only call ResolveFilenames with ProtoImportPaths if specified ([#1478](https://github.com/googleapis/api-linter/issues/1478)) ([6a0ddc6](https://github.com/googleapis/api-linter/commit/6a0ddc6d441083d60e7a6e1e35cb0f18f562021e))
10+
311
## [1.69.1](https://github.com/googleapis/api-linter/compare/v1.69.0...v1.69.1) (2025-02-14)
412

513

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.69.1"
17+
const Version = "1.69.2"

0 commit comments

Comments
 (0)