Skip to content

Commit

Permalink
Prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Aug 15, 2023
1 parent 4bc73b2 commit c0bc225
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 1.0.0

- Internal improvements (@polytypic)
- Change license to ISC from 0BSD (@tarides)

## 0.2.1

- Support OCaml 4.12.0+ (@polytypic)
Expand Down
2 changes: 1 addition & 1 deletion domain-local-await.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: "https://github.com/ocaml-multicore/domain-local-await/issues"
depends: [
"dune" {>= "3.3"}
"ocaml" {>= "4.12.0"}
"thread-table" {>= "0.1.0"}
"thread-table" {>= "1.0.0"}
"alcotest" {>= "1.7.0" & with-test}
"mdx" {>= "1.10.0" & with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(description "A low level mechanism intended for writing higher level libraries that need to block in a scheduler friendly manner.")
(depends
(ocaml (>= 4.12.0))
(thread-table (>= 0.1.0))
(thread-table (>= 1.0.0))
(alcotest (and (>= 1.7.0) :with-test))
(mdx (and (>= 1.10.0) :with-test))))
(using mdx 0.2)

0 comments on commit c0bc225

Please sign in to comment.