Skip to content

Commit

Permalink
Release for v0.2.9 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: org-github-actions-app[bot] <org-github-actions-app[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 14, 2023
1 parent 43977ee commit c4ed7c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.2.9](https://github.com/gunosy/redash-searcher/compare/v0.2.8...v0.2.9) - 2023-04-14
- chore(deps): update dependency @types/react to v18.0.32 by @renovate in https://github.com/gunosy/redash-searcher/pull/73
- chore(deps): update dependency @types/react to v18.0.33 by @renovate in https://github.com/gunosy/redash-searcher/pull/75
- fix(deps): update npm to v4.4.3 (patch) by @renovate in https://github.com/gunosy/redash-searcher/pull/76
- chore(deps): update dependency @types/react to v18.0.34 by @renovate in https://github.com/gunosy/redash-searcher/pull/78
- fix(deps): update rust crate serde to 1.0.160 by @renovate in https://github.com/gunosy/redash-searcher/pull/79
- chore(deps): update dependency @types/react to v18.0.35 by @renovate in https://github.com/gunosy/redash-searcher/pull/81
- fix(deps): update rust crate serde_json to 1.0.96 by @renovate in https://github.com/gunosy/redash-searcher/pull/82
- support AND, OR () in query by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/83

## [v0.2.8](https://github.com/gunosy/redash-searcher/compare/v0.2.7...v0.2.8) - 2023-03-30
- remove index before full-refresh to update index mappings by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/69
- chore: cache crates when workflow failed by @hiro-o918 in https://github.com/gunosy/redash-searcher/pull/71
Expand Down
2 changes: 1 addition & 1 deletion redash-searcher-sync/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion redash-searcher-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "redash-searcher-sync"

edition = "2021"
version = "0.2.8"
version = "0.2.9"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion redash-searcher-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-searcher-web",
"version": "0.2.8",
"version": "0.2.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit c4ed7c2

Please sign in to comment.