diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05d6a0038..40ab7b0d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.56.1" + ".": "1.57.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0304e7a55..1db66e861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.57.0](https://github.com/googleapis/api-linter/compare/v1.56.1...v1.57.0) (2023-08-30) + + +### Features + +* **AIP-121:** lint for mutable reference cycles ([#1238](https://github.com/googleapis/api-linter/issues/1238)) ([a3895eb](https://github.com/googleapis/api-linter/commit/a3895eba02890c72318bad0726b0599f5b37b261)), refs [#1109](https://github.com/googleapis/api-linter/issues/1109) +* **AIP-203:** disallow IDENTIFIER on non-name ([#1244](https://github.com/googleapis/api-linter/issues/1244)) ([1022df2](https://github.com/googleapis/api-linter/commit/1022df2e3160df675ca6dfd460cc6e77dfe5e954)) + + +### Documentation + +* Add contributing section to README ([#1242](https://github.com/googleapis/api-linter/issues/1242)) ([45f8534](https://github.com/googleapis/api-linter/commit/45f853426f1d737258df2345e14e60ff20e50645)) + ## [1.56.1](https://github.com/googleapis/api-linter/compare/v1.56.0...v1.56.1) (2023-08-14) diff --git a/internal/version.go b/internal/version.go index 37f6ea13e..02e71a2d6 100644 --- a/internal/version.go +++ b/internal/version.go @@ -14,4 +14,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.56.1" +const Version = "1.57.0"