···5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
70000008## [0.2.1] - 2026-01-04
910### Fixed
···5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
78+## [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+14## [0.2.1] - 2026-01-04
1516### Fixed
···1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3-version: "0.3.0"
4synopsis: "Eio based HTTP client/server library for OCaml 5+"
5description:
6 "HCS is a HTTP client/server library for OCaml 5+ supporting HTTP/1.1, HTTP/2, and WebSocket. Built on Eio."
···1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3+version: "0.3.1"
4synopsis: "Eio based HTTP client/server library for OCaml 5+"
5description:
6 "HCS is a HTTP client/server library for OCaml 5+ supporting HTTP/1.1, HTTP/2, and WebSocket. Built on Eio."