Skip to content

Commit

Permalink
Update zq to v0.29.0 and prep v0.24.0 (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Feb 8, 2021
1 parent 8f062fa commit e38c24c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.24.0
* Update zq to [v0.29.0](https://github.com/brimsec/zq/releases/tag/v0.29.0)
* Consolidate the colors used in Brim (#1405)
* Fix an issue where the arrows in the sidebar were incorrectly pointed (#1414)
* Add a [wiki doc](https://github.com/brimsec/brim/wiki/Query-Library-Transfer) and script showing how to transfer contents of the Query Library (#1415)
* Fix an issue where data exports continued long after the "Exporting..." pop-up went away (#1424)
* Hide the archive index search dropdown (#1417)
* Fix an issue where invoking a right-click "Whois" lookup in a Log Detail window caused a stack dump (#1418)

## v0.23.0

**NOTE** - Beginning with this release, a subset of the source code in the
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.23.0",
"version": "0.24.0",
"main": "dist/src/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -148,7 +148,7 @@
"styled-components": "^5.1.1",
"tree-model": "^1.0.7",
"valid-url": "^1.0.9",
"zq": "git+https://github.com/brimsec/zq.git#db76d01008af00888cee7cd69c4215138f0c0ef5"
"zq": "git+https://github.com/brimsec/zq.git#v0.29.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit e38c24c

Please sign in to comment.