prepare for 0.8

This commit is contained in:
Simon Cruanes 2021-06-02 15:50:05 -04:00
parent 8a914448c9
commit 36cf26f7b2
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
## 0.8
- bump to ocaml 4.04
- Validate header key's character set (#15)
- perf: simpler parsing of headers
- fix: workaround for css/js in `http_of_dir` (#16)
- fix(urlencode): encode non ascii chars
## 0.7 ## 0.7
- feat: add `rest_of_path_urlencoded` and rename `rest` to `rest_of_path` - feat: add `rest_of_path_urlencoded` and rename `rest` to `rest_of_path`

View file

@ -1,5 +1,5 @@
opam-version: "2.0" opam-version: "2.0"
version: "0.7" version: "0.8"
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT" license: "MIT"

View file

@ -1,5 +1,5 @@
opam-version: "2.0" opam-version: "2.0"
version: "0.7" version: "0.8"
authors: ["Simon Cruanes"] authors: ["Simon Cruanes"]
maintainer: "simon.cruanes.2007@m4x.org" maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT" license: "MIT"