From b8e89167c9bdae0ac87acddeff9ef80b33a331f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:09:07 +0000 Subject: [PATCH] chore(main): release 0.1.0-alpha.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 17473a2..b3b5e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.3" + ".": "0.1.0-alpha.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9e2be..ea82f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). While kuri is in the `0.x` series the public API is not yet frozen and may change between minor releases. +## [0.1.0-alpha.4](https://github.com/dexpace/kuri/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2026-07-08) + + +### Performance + +* memoize derived path/query projections on Uri and Url ([#52](https://github.com/dexpace/kuri/issues/52)) ([babc746](https://github.com/dexpace/kuri/commit/babc746f9ab3c466f863d17052eef50ecf420345)) + ## [0.1.0-alpha.3](https://github.com/dexpace/kuri/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2026-07-07) diff --git a/gradle.properties b/gradle.properties index ae8b356..5942e8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.nowarn=true # between the annotation markers on each release. Gradle applies a root `version=` to every project, so # the `:kuri` module inherits it without an explicit assignment in its build script. # x-release-please-start-version -version=0.1.0-alpha.3 +version=0.1.0-alpha.4 # x-release-please-end