fix: Switch to stdlib Uri type

Should never have created separate Uri type
This commit is contained in:
2025-09-11 22:32:10 +01:00
parent 0367fa056d
commit 1a8a696102
9 changed files with 244 additions and 300 deletions

9
CHANGELOG.md Normal file
View File

@@ -0,0 +1,9 @@
# Changelog
## v1.0.0
- Initial Release
## v2.0.0
- Removed types.Uri. Now gluri uses the stdlib Uri type (and empty)