From 0a7f9ff3619f6a7ff8aa5d4f9b3a1bedd8976fdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Mar 2023 06:40:08 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cd74df9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +## [v0.2.1](https://github.com/gunosy/redash-searcher/compare/v0.2.0...v0.2.1) - 2023-03-10 +- chore: introduce tagpr by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/22 + +## [v0.2.0](https://github.com/gunosy/redash-searcher/compare/v0.1.4...v0.2.0) - 2023-03-10 +- fix: use dockerhub to publish image by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/20 +- release v0.2.0 by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/21 + +## [v0.1.4](https://github.com/gunosy/redash-searcher/compare/v0.1.3...v0.1.4) - 2023-03-10 +- refactor backend by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/15 +- upgraded to searchkit v4 by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/16 +- Fix panic error by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/17 +- format UI by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/18 +- feat: remove redunduant section by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/19 + +## [v0.1.3](https://github.com/gunosy/redash-searcher/compare/v0.1.2...v0.1.3) - 2023-01-03 +- fix deploy actions by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/12 + +## [v0.1.2](https://github.com/gunosy/redash-searcher/compare/v0.1.1...v0.1.2) - 2023-01-03 +- Add docker compose configurations by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/11 + +## [v0.1.1](https://github.com/gunosy/redash-searcher/compare/v0.1.0...v0.1.1) - 2023-01-01 +- Add docker configurations by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/10 + +## [v0.1.0](https://github.com/gunosy/redash-searcher/commits/v0.1.0) - 2023-01-01 +- implement redash client by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/1 +- Rename crate to `sync` and refactor it by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/2 +- Add initial client for redash search by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/3 +- Add some facets by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/5 +- Implement that syncing queries after updated by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/6 +- fix sync implementaion by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/7 +- Add workflow to deploy image by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/8 +- fix image repository for web by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/9