Skip to content

Commit

Permalink
prepare v0.28.0 (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt authored Nov 18, 2021
1 parent abf81cc commit 3544409
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.28.0

* Update Zed to [v0.33.0](https://github.com/brimdata/zed/releases/tag/v0.33.0)
* Update Auth0 authentication (#1956)
* Add Query Library folder export (#1958)
* Rename "workspace" to "lake" (#1957)
* Fix an issue where array values sometimes overlapped in the search results (#1953)
* Add file drag and drop to the Pools section (creates a new pool and imports data) and the Query Library (imports queries) (#1938)
* Fix some issues with read-only folder drag and drop in the Query Library (#1936)

## v0.27.0

* Update Zed to [v0.32.0](https://github.com/brimdata/zed/releases/tag/v0.32.0)
Expand Down
6 changes: 3 additions & 3 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/brimdata/brim",
"license": "BSD-3-Clause",
"version": "0.27.0",
"version": "0.28.0",
"main": "dist/src/js/electron/main.js",
"author": "Brim Security, Inc.",
"scripts": {
Expand Down Expand Up @@ -163,7 +163,7 @@
"tree-model": "^1.0.7",
"use-resize-observer": "^8.0.0",
"valid-url": "^1.0.9",
"zed": "git+https://github.com/brimdata/zed.git#84ca7541eb621704e9603dc98469b41d2f38faef"
"zed": "git+https://github.com/brimdata/zed.git#v0.33.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 3544409

Please sign in to comment.