What's Changed
* Fix typos by woxtu in https://github.com/denoland/rust-urlpattern/pull/36
* Embed values in format strings by woxtu in https://github.com/denoland/rust-urlpattern/pull/38
* Use `seek and get the next code point` by woxtu in https://github.com/denoland/rust-urlpattern/pull/37
* Fix an assertion by woxtu in https://github.com/denoland/rust-urlpattern/pull/39
* docs(readme): fix link to code of conduct by LeoDog896 in https://github.com/denoland/rust-urlpattern/pull/40
* Replace derived Display implementations by jplatte in https://github.com/denoland/rust-urlpattern/pull/48
* fix: make `URLPatternComponentResult::groups` values optional by crowlKats in https://github.com/denoland/rust-urlpattern/pull/35
* feat: hasRegExpGroups by crowlKats in https://github.com/denoland/rust-urlpattern/pull/43
* feat: use "inherit left, wildcard right" behavior by crowlKats in https://github.com/denoland/rust-urlpattern/pull/44
* Improve the delimiter associated with the parser options by woxtu in https://github.com/denoland/rust-urlpattern/pull/41
* fix: get codepoint range rather than bytes by melbourne2991 in https://github.com/denoland/rust-urlpattern/pull/45
* feat: support for case-insensitive matches by crowlKats in https://github.com/denoland/rust-urlpattern/pull/34
New Contributors
* woxtu made their first contribution in https://github.com/denoland/rust-urlpattern/pull/36
* LeoDog896 made their first contribution in https://github.com/denoland/rust-urlpattern/pull/40
* jplatte made their first contribution in https://github.com/denoland/rust-urlpattern/pull/48
* melbourne2991 made their first contribution in https://github.com/denoland/rust-urlpattern/pull/45
**Full Changelog**: https://github.com/denoland/rust-urlpattern/compare/0.2.0...0.3.0