1.0.0:
- fix: Parsing user@ when there are no // after scheme
- fix: Iri.with_query (set kv field to None)

0.7.0:
- fix: accept IRIs like "ex:" for "ex:foo"
- fix: resolving a relative iri against a relative base returns a relative iri
- fix IRI normailization
- add Iri.{to_string,pp}_details

0.6.0:
- new function Iri.pp
- use dune to build and install
- add ?normalize parameter to Iri.compare and Iri.equal (default is false).
- Iri.Ord (used to create Iri.Map and Iri.Set) uses `compare ~normalize:true`

0.5.0:
- fix parsing of iri "/"
- fix iri parsing: character '*' is accepted in path
- fix Iri.append_path: remove last empty string of path, if present,
  before appending (to avoid having // in path)

0.4.0:
- move to Uutf 1.0.0 and Uunf 2.0.0
- improve error messages when encountering invalid utf-8 characters
- install iri.cmti

0.3.0:
- upgrade to OCaml 4.03.0

0.2.0:
- fixes
- better error messages
- additions and changes in API
