Skip to content

Commit 6c69e72

Browse files
chore(main): release 2.0.0 (#1556)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 42e6805 commit 6c69e72

3 files changed

Lines changed: 33 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-
".": "1.72.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/googleapis/api-linter/compare/v1.72.0...v2.0.0) (2025-10-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **lint:** migrate to protobuf-go
9+
* **locations:** migrate to protobuf-go
10+
* **internal:** migrate to protobuf-go
11+
* **rules:** migrate to protobuf-go
12+
* **cli:** migrate to protobuf-go
13+
* refactor api-linter framework with google.golang.org/protobuf ([#1513](https://github.com/googleapis/api-linter/issues/1513))
14+
15+
### Features
16+
17+
* **AIP-133:** allow view field in create request ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
18+
* **AIP-134:** allow view field in update request ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
19+
* **AIP-135:** allow view field in delete request ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
20+
* **cli:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
21+
* **internal:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
22+
* **lint:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
23+
* **locations:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
24+
* refactor api-linter framework with google.golang.org/protobuf ([#1513](https://github.com/googleapis/api-linter/issues/1513)) ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
25+
* **rules:** migrate to protobuf-go ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
26+
27+
28+
### Bug Fixes
29+
30+
* **cli:** allow disabling all rules and then enabling a single rule, or multiple rules ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
31+
* **cli:** resolve import path resolution ([#1545](https://github.com/googleapis/api-linter/issues/1545)) ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
32+
* **lint:** linter config on windows ([#1551](https://github.com/googleapis/api-linter/issues/1551)) ([42e6805](https://github.com/googleapis/api-linter/commit/42e68051f30e8f22897849632d7851fa61cd064d))
33+
334
## [1.72.0](https://github.com/googleapis/api-linter/compare/v1.71.0...v1.72.0) (2025-10-16)
435

536

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.72.0"
17+
const Version = "2.0.0"

0 commit comments

Comments
 (0)