Skip to content

Commit dd65403

Browse files
chore(main): release 2.1.0 (#1558)
* chore(main): release 2.1.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Santiago Quiroga <[email protected]>
1 parent 2969fca commit dd65403

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-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.1.0"
33
}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/googleapis/api-linter/compare/v2.0.0...v2.1.0) (2025-12-10)
4+
5+
6+
### Features
7+
8+
* **AIP-133:** add type check for required fields ([#1580](https://github.com/googleapis/api-linter/issues/1580)) ([2969fca](https://github.com/googleapis/api-linter/commit/2969fca9cd46a982d5a4416816d3bd22baf23f2e))
9+
10+
11+
### Bug Fixes
12+
13+
* **AIP-134:** check word boundaries in synonyms rule ([#1564](https://github.com/googleapis/api-linter/issues/1564)) ([f10744f](https://github.com/googleapis/api-linter/commit/f10744f099a53c208666e7c3aa2d52267ea3d19d))
14+
* **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))
15+
* **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))
16+
* **AIP-136:** Allow SetIamPolicy method ([#1559](https://github.com/googleapis/api-linter/issues/1559)) ([7afac03](https://github.com/googleapis/api-linter/commit/7afac0398be3d57ab52189c413e5daab513934a8))
17+
* **AIP-216:** avoid linting state-like fields in response message ([#1582](https://github.com/googleapis/api-linter/issues/1582)) ([1760e49](https://github.com/googleapis/api-linter/commit/1760e4935162cb59436e843109f3a19009349379))
18+
* **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))
19+
* make Batch naming resource plural aware ([#1573](https://github.com/googleapis/api-linter/issues/1573)) ([c820a1c](https://github.com/googleapis/api-linter/commit/c820a1cd0dbfa6b29cb86ef9a5ca6e672d403c30))
20+
21+
22+
### Documentation
23+
24+
* **AIP-133:** remove declarative-friendly requirement from spec ([#1581](https://github.com/googleapis/api-linter/issues/1581)) ([6a388a4](https://github.com/googleapis/api-linter/commit/6a388a4c835b6be3ddab6b353396a9f3256cee56))
25+
* **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))
26+
* 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))
27+
328
## [2.0.0](https://github.com/googleapis/api-linter/compare/v1.72.0...v2.0.0) (2025-10-22)
429

530

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.1.0"

0 commit comments

Comments
 (0)