From f5da310fce2353750dda80d03228c5228b1523db Mon Sep 17 00:00:00 2001 From: Viktor Lidholt Date: Tue, 21 Jan 2025 10:37:58 +0100 Subject: [PATCH] chore: Bumps version to 0.3.0 and updates changelog. (#28) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb9a09..5747f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 + +- feat: Implements lazy loading when parsing headers to avoid unnecessary validation. +- feat: Makes address strongly typed and adds `RelicAddress` type. +- fix: Resolves issue with `Content-Length` header conflicting with `Transfer-Encoding: chunked`. + ## 0.2.0 - First tech preview. diff --git a/pubspec.yaml b/pubspec.yaml index 3c3d216..d52710b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: relic description: A lightweight web server inspired by Shelf. -version: 0.2.0 +version: 0.3.0 repository: https://github.com/serverpod/relic environment: