Skip to content

Commit a584aa6

Browse files
chore(main): release 0.1.0-alpha.5
1 parent a2feca0 commit a584aa6

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.4"
2+
".": "0.1.0-alpha.5"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). While kuri is in the `0.x`
77
series the public API is not yet frozen and may change between minor releases.
88

9+
## [0.1.0-alpha.5](https://github.com/dexpace/kuri/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2026-07-15)
10+
11+
12+
### Added
13+
14+
* add Kotlin DSL sugar, URI templates, and a kotlinx.serialization bridge ([#74](https://github.com/dexpace/kuri/issues/74)) ([a2feca0](https://github.com/dexpace/kuri/commit/a2feca049c12f9f71b3f44ad3ac390d094a816d4))
15+
16+
17+
### Fixed
18+
19+
* enforce RFC 3987 IRI rules and close IDNA, WPT, and BCV gaps ([#71](https://github.com/dexpace/kuri/issues/71)) ([46ea05f](https://github.com/dexpace/kuri/commit/46ea05fec66ee20967dd971c72f89d28b2fbc466))
20+
* several host, IPv6, IDNA, and resolver correctness fixes ([#68](https://github.com/dexpace/kuri/issues/68)) ([d00b6b9](https://github.com/dexpace/kuri/commit/d00b6b94e2827a4e797c5c805cb275d67013ee82))
21+
922
## [0.1.0-alpha.4](https://github.com/dexpace/kuri/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2026-07-10)
1023

1124

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.nowarn=true
1818
# between the annotation markers on each release. Gradle applies a root `version=` to every project, so
1919
# the `:kuri` module inherits it without an explicit assignment in its build script.
2020
# x-release-please-start-version
21-
version=0.1.0-alpha.4
21+
version=0.1.0-alpha.5
2222
# x-release-please-end

0 commit comments

Comments
 (0)