Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.0.1](https://github.com/googleapis/api-linter/compare/v2.0.0...v2.0.1) (2025-12-03)


### Bug Fixes

* **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))
* **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))
* **AIP-133:** avoid returning an error when return type is a message ([#1578](https://github.com/googleapis/api-linter/issues/1578)) ([3222ce4](https://github.com/googleapis/api-linter/commit/3222ce4033a5484bc40ef720aa3732733bdfedae))
* **aip-136:** Allow SetIamPolicy method ([#1559](https://github.com/googleapis/api-linter/issues/1559)) ([7afac03](https://github.com/googleapis/api-linter/commit/7afac0398be3d57ab52189c413e5daab513934a8))
* **lint:** allow deprecation rule on deprecated descriptor ([#1570](https://github.com/googleapis/api-linter/issues/1570)) ([f89a1b8](https://github.com/googleapis/api-linter/commit/f89a1b82679a90aa5765be6c9a267704604994f5))
* make Batch naming resource plural aware ([#1573](https://github.com/googleapis/api-linter/issues/1573)) ([c820a1c](https://github.com/googleapis/api-linter/commit/c820a1cd0dbfa6b29cb86ef9a5ca6e672d403c30))


### Documentation

* **AIP-158:** clarify response plural first docs ([#1571](https://github.com/googleapis/api-linter/issues/1571)) ([98a8702](https://github.com/googleapis/api-linter/commit/98a8702dda9e08274083b53ece8977e9d61bd134))
* 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))

## [2.0.0](https://github.com/googleapis/api-linter/compare/v1.72.0...v2.0.0) (2025-10-22)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "2.0.0"
const Version = "2.0.1"