Skip to content

Commit 180be5e

Browse files
committed
(cargo-release) version 0.5.0
1 parent 1d0025a commit 180be5e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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.0] - 2023-07-12
8+
79
- Upgrade to DataFusion 27 and Arrow 42 (<https://github.com/splitgraph/seafowl/pull/453>)
810
- Load schemas without tables and double-check missing DB ids in a given context
911
(<https://github.com/splitgraph/seafowl/pull/446>)
@@ -179,7 +181,8 @@
179181

180182
<!-- next-url -->
181183

182-
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.4.3...HEAD
184+
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.0...HEAD
185+
[0.5.0]: https://github.com/splitgraph/seafowl/compare/v0.4.3...v0.5.0
183186
[0.4.3]: https://github.com/splitgraph/seafowl/compare/v0.4.2...v0.4.3
184187
[0.4.2]: https://github.com/splitgraph/seafowl/compare/v0.4.1...v0.4.2
185188
[0.4.1]: https://github.com/splitgraph/seafowl/compare/v0.4.0...v0.4.1

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

99
readme = "README.md"

0 commit comments

Comments
 (0)