Skip to content

Commit 3678342

Browse files
committed
(cargo-release) version 0.5.1
1 parent 5c3dcbe commit 3678342

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.1] - 2023-08-01
8+
79
- Upgrade to DataFusion 28 and Arrow 43 (<https://github.com/splitgraph/seafowl/pull/458>)
810
- Implement `CREATE OR REPLACE FUNCTION` statement path
911
(<https://github.com/splitgraph/seafowl/pull/455>)
@@ -187,7 +189,8 @@
187189

188190
<!-- next-url -->
189191

190-
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.0...HEAD
192+
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.1...HEAD
193+
[0.5.1]: https://github.com/splitgraph/seafowl/compare/v0.5.0...v0.5.1
191194
[0.5.0]: https://github.com/splitgraph/seafowl/compare/v0.4.3...v0.5.0
192195
[0.4.3]: https://github.com/splitgraph/seafowl/compare/v0.4.2...v0.4.3
193196
[0.4.2]: https://github.com/splitgraph/seafowl/compare/v0.4.1...v0.4.2

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.0"
6+
version = "0.5.1"
77
edition = "2021"
88

99
readme = "README.md"

0 commit comments

Comments
 (0)