Skip to content

Commit

Permalink
Update zq to v0.25.0 and prep v0.21.0 (redux) (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Dec 16, 2020
1 parent d81df63 commit e917c30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ incidents of the issues described above.
* Add a "Sectional" package in the code that allows a view to be split (#1247)
* Add a "Tree list" package in the code for working with lists (rendering, drag & drop, etc.) (#1254)
* Fix an issue where Brim would freeze during zoom-in/zoom-out (#1275)
* Fix an issue where autoupdate would install releases with version numbers "older" than the number of the one currently installed (#1244)
* Fix an issue where the Space list would come up empty and Space details would show "NAN UNDEFINED" after a Brim restart (#1283, #1288)
* Fix an issue on Windows where clicking records generated from an imported pcap produced error messages (#1287)

## v0.20.0
* Update zq to [v0.24.0](https://github.com/brimsec/zq/releases/tag/v0.24.0)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"styled-components": "^5.1.1",
"valid-url": "^1.0.9",
"zealot": "file:zealot",
"zq": "git+https://github.com/brimsec/zq.git#8680830c05e6205cf88422242d12e6f850aafcfe"
"zq": "git+https://github.com/brimsec/zq.git#v0.25.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit e917c30

Please sign in to comment.