+6
CHANGELOG.md
+6
CHANGELOG.md
···
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.3.1] - 2026-01-06
9
+
10
+
### Fixed
11
+
12
+
- Reduced opam package size from 87MB to ~200KB by using `git archive` for tarball creation
13
+
8
14
## [0.2.1] - 2026-01-04
9
15
10
16
### Fixed
+1
-1
dune-project
+1
-1
dune-project
+1
-1
hcs.opam
+1
-1
hcs.opam
···
1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
-
version: "0.3.0"
3
+
version: "0.3.1"
4
4
synopsis: "Eio based HTTP client/server library for OCaml 5+"
5
5
description:
6
6
"HCS is a HTTP client/server library for OCaml 5+ supporting HTTP/1.1, HTTP/2, and WebSocket. Built on Eio."