From a1f70fc761f4cae4744cb84b0d219ec617a96cb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:19:09 +0000 Subject: [PATCH] chore(master): release 0.2.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 287b0f2..4b8769f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.11" + ".": "0.2.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 423023f..7f5c2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.12](https://github.com/tuihub/librarian/compare/v0.2.11...v0.2.12) (2024-12-26) + + +### Features + +* update proto to v0.4.25 ([5128c7a](https://github.com/tuihub/librarian/commit/5128c7ab915a63c628063911e221c5b1b56e8334)) + + +### Bug Fixes + +* update golangci-lint to v1.62.2 ([47ef35b](https://github.com/tuihub/librarian/commit/47ef35b32c2e0f4a8e85b89f64bb7804aafbda8c)) + ## [0.2.11](https://github.com/tuihub/librarian/compare/v0.2.10...v0.2.11) (2024-09-25)