Skip to content

Commit

Permalink
(cargo-release) version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Sep 7, 2023
1 parent 8fee63c commit fdd7c49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.5.2] - 2023-09-07

- Wire up COPY TO statement (<https://github.com/splitgraph/seafowl/pull/462>)
- Upgrade to DataFusion 30 and Arrow 45 (<https://github.com/splitgraph/seafowl/pull/461>)
- Enable time travel for write statements with source queries
Expand Down Expand Up @@ -194,7 +196,8 @@

<!-- next-url -->

[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.1...HEAD
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/splitgraph/seafowl/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/splitgraph/seafowl/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/splitgraph/seafowl/compare/v0.4.3...v0.5.0
[0.4.3]: https://github.com/splitgraph/seafowl/compare/v0.4.2...v0.4.3
Expand Down
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
name = "seafowl"
build = "build.rs"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

readme = "README.md"
Expand Down

0 comments on commit fdd7c49

Please sign in to comment.