Skip to content

Commit

Permalink
(cargo-release) version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Aug 1, 2023
1 parent 5c3dcbe commit 3678342
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.1] - 2023-08-01

- Upgrade to DataFusion 28 and Arrow 43 (<https://github.com/splitgraph/seafowl/pull/458>)
- Implement `CREATE OR REPLACE FUNCTION` statement path
(<https://github.com/splitgraph/seafowl/pull/455>)
Expand Down Expand Up @@ -187,7 +189,8 @@

<!-- next-url -->

[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.0...HEAD
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.1...HEAD
[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
[0.4.2]: https://github.com/splitgraph/seafowl/compare/v0.4.1...v0.4.2
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.0"
version = "0.5.1"
edition = "2021"

readme = "README.md"
Expand Down

0 comments on commit 3678342

Please sign in to comment.