Skip to content

Commit b5f6f72

Browse files
committed
chore: Release seafowl version 0.5.3
1 parent 24b6c99 commit b5f6f72

3 files changed

Lines changed: 7 additions & 4 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.3] - 2023-12-04
8+
79
- Implement CONVERT TO DELTA statement (<https://github.com/splitgraph/seafowl/pull/473>)
810
- Support sub-folder paths as data firs in object stores
911
(<https://github.com/splitgraph/seafowl/pull/472>)
@@ -202,7 +204,8 @@
202204

203205
<!-- next-url -->
204206

205-
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.2...HEAD
207+
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.3...HEAD
208+
[0.5.3]: https://github.com/splitgraph/seafowl/compare/v0.5.2...v0.5.3
206209
[0.5.2]: https://github.com/splitgraph/seafowl/compare/v0.5.1...v0.5.2
207210
[0.5.1]: https://github.com/splitgraph/seafowl/compare/v0.5.0...v0.5.1
208211
[0.5.0]: https://github.com/splitgraph/seafowl/compare/v0.4.3...v0.5.0

Cargo.lock

Lines changed: 2 additions & 2 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.2"
6+
version = "0.5.3"
77
edition = "2021"
88

99
readme = "README.md"

0 commit comments

Comments
 (0)