From e3012ee97a6489b9d553c8fd4e3a38275d0c2f90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:56:21 +0000 Subject: [PATCH] chore(master): release 0.2.7 (#96) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4f43cf..c65ff3c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6" + ".": "0.2.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 182a3bf..9705fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.7](https://github.com/tuihub/librarian/compare/v0.2.6...v0.2.7) (2024-03-11) + + +### Features + +* add redis driver for mq ([02dc32b](https://github.com/tuihub/librarian/commit/02dc32b14e9d6e21fae7f47eda8fbac0274828cc)) +* impl SearchNewAppInfos ([7c28bbe](https://github.com/tuihub/librarian/commit/7c28bbe898be8ed01db1fbd2e3b952d3eacd7973)) +* upgrade proto to v0.4.4 ([92b5aef](https://github.com/tuihub/librarian/commit/92b5aefd445f1e5553f12108b426aab41286ce6f)) + + +### Bug Fixes + +* add mutex ([bb884c9](https://github.com/tuihub/librarian/commit/bb884c955c61dbe333858300eb972f265d5536e7)) +* ignore rate limit in syncAppInfo ([de889c0](https://github.com/tuihub/librarian/commit/de889c07e50d6cd9335ca6183b4ba5567cef37de)) + ## [0.2.6](https://github.com/tuihub/librarian/compare/v0.2.5...v0.2.6) (2024-03-01)