Skip to content

Commit f41a874

Browse files
chore(main): release 2.3.1 (#1609)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
1 parent ce17de1 commit f41a874

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.0"
2+
".": "2.3.1"
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+
## [2.3.1](https://github.com/googleapis/api-linter/compare/v2.3.0...v2.3.1) (2026-03-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **AIP-191:** amend logic java_outer_classname for edition &gt;= 2024 ([#1613](https://github.com/googleapis/api-linter/issues/1613)) ([dc57c9d](https://github.com/googleapis/api-linter/commit/dc57c9d5a82cb7bf75b8f15b2f23aa4e1ac54534))
9+
* **AIP-191:** skip java_multiple_files for edition &gt;= 2024 ([#1608](https://github.com/googleapis/api-linter/issues/1608)) ([75338d8](https://github.com/googleapis/api-linter/commit/75338d8d538c4cf4db39f2768262f16194674e07))
10+
311
## [2.3.0](https://github.com/googleapis/api-linter/compare/v2.2.0...v2.3.0) (2026-02-10)
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 = "2.3.0"
17+
const Version = "2.3.1"

0 commit comments

Comments
 (0)