Skip to content

Commit

Permalink
(cargo-release) version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Sep 30, 2022
1 parent 4b568de commit e96f7dd
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.1] - 2022-09-30

- Cached GET API now accepts URL-encoded query text in X-Seafowl-Header
(<https://github.com/splitgraph/seafowl/pull/122>)
- Add support for `DELETE` statements (<https://github.com/splitgraph/seafowl/pull/121>)
Expand All @@ -29,7 +31,8 @@

<!-- next-url -->

[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.0...HEAD
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.2.1...HEAD
[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
[0.1.1]: https://github.com/splitgraph/seafowl/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/splitgraph/seafowl/compare/v0.1.0-dev.4...v0.1.0
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.0"
version = "0.2.1"
edition = "2021"

readme = "README.md"
Expand Down

0 comments on commit e96f7dd

Please sign in to comment.