Skip to content

Commit

Permalink
prepare for 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 25, 2023
1 parent d259d85 commit ddf181f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.4

- fix: global initialization logic is now hidden behind a mutex
* depend on `thread`

## 0.2.3

Expand Down
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
(lang dune 1.0)
(name ezcurl)
(version 0.2.4)
2 changes: 1 addition & 1 deletion ezcurl-lwt.opam
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ezcurl.opam
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ddf181f

Please sign in to comment.