Skip to content

Commit 8cb7c9e

Browse files
chore(main): release 1.63.3 (#1327)
🤖 I have created a release *beep* *boop* --- ## [1.63.3](https://togithub.com/googleapis/api-linter/compare/v1.63.2...v1.63.3) (2024-01-25) ### Bug Fixes * **AIP-123:** allow name in nested messages ([#1325](https://togithub.com/googleapis/api-linter/issues/1325)) ([16316a5](https://togithub.com/googleapis/api-linter/commit/16316a5405bd967e926a1482f3bd1e85e1c45eed)) --- 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 16316a5 commit 8cb7c9e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.63.2"
2+
".": "1.63.3"
33
}

CHANGELOG.md

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

3+
## [1.63.3](https://github.com/googleapis/api-linter/compare/v1.63.2...v1.63.3) (2024-01-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **AIP-123:** allow name in nested messages ([#1325](https://github.com/googleapis/api-linter/issues/1325)) ([16316a5](https://github.com/googleapis/api-linter/commit/16316a5405bd967e926a1482f3bd1e85e1c45eed))
9+
310
## [1.63.2](https://github.com/googleapis/api-linter/compare/v1.63.1...v1.63.2) (2024-01-22)
411

512

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.63.2"
17+
const Version = "1.63.3"

0 commit comments

Comments
 (0)