Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.3"
".": "0.1.0-alpha.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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