Skip to content

Commit fdd7c49

Browse files
committed
(cargo-release) version 0.5.2
1 parent 8fee63c commit fdd7c49

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased] - ReleaseDate
66

7+
## [0.5.2] - 2023-09-07
8+
79
- Wire up COPY TO statement (<https://github.com/splitgraph/seafowl/pull/462>)
810
- Upgrade to DataFusion 30 and Arrow 45 (<https://github.com/splitgraph/seafowl/pull/461>)
911
- Enable time travel for write statements with source queries
@@ -194,7 +196,8 @@
194196

195197
<!-- next-url -->
196198

197-
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.1...HEAD
199+
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.2...HEAD
200+
[0.5.2]: https://github.com/splitgraph/seafowl/compare/v0.5.1...v0.5.2
198201
[0.5.1]: https://github.com/splitgraph/seafowl/compare/v0.5.0...v0.5.1
199202
[0.5.0]: https://github.com/splitgraph/seafowl/compare/v0.4.3...v0.5.0
200203
[0.4.3]: https://github.com/splitgraph/seafowl/compare/v0.4.2...v0.4.3

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "seafowl"
55
build = "build.rs"
6-
version = "0.5.1"
6+
version = "0.5.2"
77
edition = "2021"
88

99
readme = "README.md"

0 commit comments

Comments
 (0)