Skip to content

Commit da9eb32

Browse files
chore(main): release 2.3.0 (#1602)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d33d4a7 commit da9eb32

3 files changed

Lines changed: 9 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.2.0"
2+
".": "2.3.0"
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+
## [2.3.0](https://github.com/googleapis/api-linter/compare/v2.2.0...v2.3.0) (2026-02-10)
4+
5+
6+
### Features
7+
8+
* **cli:** add support for linting descriptor sets only via --skip-compilation ([#1600](https://github.com/googleapis/api-linter/issues/1600)) ([d33d4a7](https://github.com/googleapis/api-linter/commit/d33d4a746f473ef9e749b0011067e460701c2396))
9+
310
## [2.2.0](https://github.com/googleapis/api-linter/compare/v2.1.0...v2.2.0) (2026-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 = "2.2.0"
17+
const Version = "2.3.0"

0 commit comments

Comments
 (0)