Skip to content

Commit

Permalink
(cargo-release) version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Oct 21, 2022
1 parent e42ed37 commit 7413b9d
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.3] - 2022-10-21

- Add support for time travel queries (`SELECT * FROM table('2022-01-01T00:00:00')`)
(<https://github.com/splitgraph/seafowl/pull/154>)
- Allow overriding SQLite journal mode (<https://github.com/splitgraph/seafowl/pull/158>)
Expand Down Expand Up @@ -39,7 +41,8 @@

<!-- next-url -->

[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.2...HEAD
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.3...HEAD
[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
[0.2.0]: https://github.com/splitgraph/seafowl/compare/v0.1.1...v0.2.0
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.2"
version = "0.2.3"
edition = "2021"

readme = "README.md"
Expand Down

0 comments on commit 7413b9d

Please sign in to comment.