mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
prepare for 0.2.4
This commit is contained in:
parent
d259d85eb7
commit
ddf181fe83
4 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 0.2.4
|
||||
|
||||
- fix: global initialization logic is now hidden behind a mutex
|
||||
* depend on `thread`
|
||||
|
||||
## 0.2.3
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
(lang dune 1.0)
|
||||
(name ezcurl)
|
||||
(version 0.2.4)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
opam-version: "2.0"
|
||||
name: "ezcurl-lwt"
|
||||
version: "0.2.3"
|
||||
version: "0.2.4"
|
||||
authors: ["Simon Cruanes"]
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
opam-version: "2.0"
|
||||
name: "ezcurl"
|
||||
version: "0.2.3"
|
||||
version: "0.2.4"
|
||||
authors: ["Simon Cruanes"]
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue