Skip to content

Commit

Permalink
Prepare release v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Dec 7, 2024
1 parent 12cbca7 commit fff83ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down

0 comments on commit fff83ea

Please sign in to comment.