Skip to content

Commit

Permalink
(cargo-release) version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Oct 25, 2022
1 parent a445226 commit 2d93f3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.2.4] - 2022-10-25

- Add `system.table_versions` table for inspecting table history
(<https://github.com/splitgraph/seafowl/pull/168>)
- Add SQLite `catalog.read_only` option for compatibility with LiteFS replicas
Expand Down Expand Up @@ -46,7 +48,8 @@

<!-- next-url -->

[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.3...HEAD
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/splitgraph/seafowl/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/splitgraph/seafowl/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/splitgraph/seafowl/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/splitgraph/seafowl/compare/v0.2.0...v0.2.1
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
@@ -1,7 +1,7 @@
[package]
name = "seafowl"
build = "build.rs"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

readme = "README.md"
Expand Down

0 comments on commit 2d93f3d

Please sign in to comment.