Skip to content

Commit 416e2b3

Browse files
chore(main): release 2.0.1
1 parent a09770e commit 416e2b3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/googleapis/api-linter/compare/v2.0.0...v2.0.1) (2025-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **aip-0134:** check word boundaries in synonyms rule ([#1564](https://github.com/googleapis/api-linter/issues/1564)) ([f10744f](https://github.com/googleapis/api-linter/commit/f10744f099a53c208666e7c3aa2d52267ea3d19d))
9+
* **AIP-123:** prevent panic in getParentIDVariable with single-variable patterns ([#1565](https://github.com/googleapis/api-linter/issues/1565)) ([a09770e](https://github.com/googleapis/api-linter/commit/a09770e532ab276aeff0c4f92712442b155b8c68))
10+
* **aip-136:** Allow SetIamPolicy method ([#1559](https://github.com/googleapis/api-linter/issues/1559)) ([7afac03](https://github.com/googleapis/api-linter/commit/7afac0398be3d57ab52189c413e5daab513934a8))
11+
12+
13+
### Documentation
14+
15+
* fix missing "-" on disable rule command and config command ([#1557](https://github.com/googleapis/api-linter/issues/1557)) ([28f0707](https://github.com/googleapis/api-linter/commit/28f070770cd023b80741747f518dab10cc9f7465))
16+
317
## [2.0.0](https://github.com/googleapis/api-linter/compare/v1.72.0...v2.0.0) (2025-10-22)
418

519

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.0.0"
17+
const Version = "2.0.1"

0 commit comments

Comments
 (0)