Skip to content

Commit 5bdabc2

Browse files
committed
chore: Release seafowl version 0.5.5
1 parent 3de44c7 commit 5bdabc2

File tree

3 files changed

+14
-30
lines changed

3 files changed

+14
-30
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.5] - 2024-02-26
8+
79
- Add a http health endpoint (<https://github.com/splitgraph/seafowl/pull/502>)
810
- Add support for public S3 buckets (<https://github.com/splitgraph/seafowl/pull/501>)
911
- Add gRPC metrics (<https://github.com/splitgraph/seafowl/pull/500>)
@@ -220,7 +222,8 @@
220222

221223
<!-- next-url -->
222224

223-
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.4...HEAD
225+
[unreleased]: https://github.com/splitgraph/seafowl/compare/v0.5.5...HEAD
226+
[0.5.5]: https://github.com/splitgraph/seafowl/compare/v0.5.4...v0.5.5
224227
[0.5.4]: https://github.com/splitgraph/seafowl/compare/v0.5.4...v0.5.4
225228
[0.5.4]: https://github.com/splitgraph/seafowl/compare/v0.5.3...v0.5.4
226229
[0.5.3]: https://github.com/splitgraph/seafowl/compare/v0.5.2...v0.5.3

Cargo.lock

Lines changed: 9 additions & 28 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
@@ -24,7 +24,7 @@ tracing = { version = "0.1", features = ["log"] }
2424
[package]
2525
name = "seafowl"
2626
build = "build.rs"
27-
version = "0.5.4"
27+
version = "0.5.5"
2828
edition = "2021"
2929

3030
readme = "README.md"

0 commit comments

Comments
 (0)