Prepare release v0.3.1.

This commit is contained in:
Sebastian Jeltsch
2024-12-07 22:28:10 +01:00
parent 12cbca7e1a
commit fff83ea810
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## v0.3.1
* Fix client-ip logging.
* Wire request-type into logs
## v0.3.0
A foundational overhaul of SQLite's integration and orchestration. This will

View File

@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.81-slim AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.83-slim AS chef
# Install additional build dependencies.
#