Skip to content

Commit

Permalink
(cargo-release) version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Nov 21, 2022
1 parent 098abb6 commit c526f90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.2.8] - 2022-11-21

- Implement `table_partitions` system table (<https://github.com/splitgraph/seafowl/pull/214>)
- Add WASI + MessagePack UDF language variant (<https://github.com/splitgraph/seafowl/pull/149>)

Expand Down Expand Up @@ -80,7 +82,8 @@

<!-- next-url -->

[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.7...HEAD
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.8...HEAD
[0.2.8]: https://github.com/splitgraph/seafowl/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/splitgraph/seafowl/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/splitgraph/seafowl/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/splitgraph/seafowl/compare/v0.2.4...v0.2.5
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
[package]
name = "seafowl"
build = "build.rs"
version = "0.2.7"
version = "0.2.8"
edition = "2021"

readme = "README.md"
Expand Down

0 comments on commit c526f90

Please sign in to comment.