Skip to content

Commit 95edda1

Browse files
chore(main): release 2.4.0
1 parent 435ae69 commit 95edda1

3 files changed

Lines changed: 14 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.1"
2+
".": "2.4.0"
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+
## [2.4.0](https://github.com/googleapis/api-linter/compare/v2.3.1...v2.4.0) (2026-09-09)
4+
5+
6+
### Features
7+
8+
* **AIP-190:** UpperCamelCase service, method and message names. ([#1623](https://github.com/googleapis/api-linter/issues/1623)) ([9c6635b](https://github.com/googleapis/api-linter/commit/9c6635b6cc1fdcadf6e498cc75e4ce3d541ce5af))
9+
10+
11+
### Bug Fixes
12+
13+
* Respect google.api.resource singular annotation in batch method rules ([#1629](https://github.com/googleapis/api-linter/issues/1629)) ([a77b0b9](https://github.com/googleapis/api-linter/commit/a77b0b90449d5038d775f60994a7c68a4d3f8bc9))
14+
315
## [2.3.1](https://github.com/googleapis/api-linter/compare/v2.3.0...v2.3.1) (2026-03-17)
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 = "2.3.1"
17+
const Version = "2.4.0"

0 commit comments

Comments
 (0)