Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.0](v2.3.5...v2.4.0) (2023-10-13)

### Features

* add zstd support to arrow backend ([195a688](195a688)), closes [#90](#90)
* make arrow the default backend ([547ac84](547ac84))

### Build and continuous integration

* fix conan recipe revisions ([bf15cd1](bf15cd1))
* upgrade use node 18 everywhere ([c50d64d](c50d64d))
  • Loading branch information
semantic-release-bot committed Oct 13, 2023
1 parent c50d64d commit e77eaeb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.4.0](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.3.5...v2.4.0) (2023-10-13)


### Features

* add zstd support to arrow backend ([195a688](https://github.com/dvirtz/vscode-parquet-viewer/commit/195a688e7cf7214371bd6a1a5b658826731a38e0)), closes [#90](https://github.com/dvirtz/vscode-parquet-viewer/issues/90)
* make arrow the default backend ([547ac84](https://github.com/dvirtz/vscode-parquet-viewer/commit/547ac849b958417d2f384f4bce754104f65de325))


### Build and continuous integration

* fix conan recipe revisions ([bf15cd1](https://github.com/dvirtz/vscode-parquet-viewer/commit/bf15cd1f678d42bac7d49e7ea0a2d065a95f0965))
* upgrade use node 18 everywhere ([c50d64d](https://github.com/dvirtz/vscode-parquet-viewer/commit/c50d64d9258a0db9b4b1d3033616e08600c2cf87))

## [2.3.5](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.3.4...v2.3.5) (2023-10-10)


Expand Down
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@
"url": "https://github.com/dvirtz"
},
"license": "MIT",
"version": "2.3.5",
"version": "2.4.0",
"workspaces": [
"./packages/*"
],
Expand Down

0 comments on commit e77eaeb

Please sign in to comment.