Skip to content

Commit

Permalink
Merge pull request #11 from francoisthire/francois@update-dependencies
Browse files Browse the repository at this point in the history
Prepare for the release
  • Loading branch information
francoisthire authored Oct 25, 2024
2 parents 6d4a0aa + ea4ff84 commit c8cc574
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Changelog for Bam library

## v0.3 (2024-10-25)

- Fix a file descriptor leak (#8)

- More control over the computation of statistics (#8)

- Fix a typing regression with OCaml 5.2 (#8)

- Update the dependencies to be compatible with OCaml 5.2 (#11)
(Thanks @mathiasbourgoin, @matthiasdrp)

## v0.2 (2024-05-12)

- #2,#5: Add a PPX for Bam derving generators from a type or a module type
Expand Down
2 changes: 1 addition & 1 deletion bam-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage: "https://github.com/francoisthire/bam"
doc: "https://francoisthire.github.io/bam/"
bug-reports: "https://github.com/francoisthire/bam/issues"
depends: [
"ocaml" {>= "4.14" & < "5.2"}
"ocaml" {>= "4.14" & < "5.3"}
"dune" {>= "3.7" & >= "3.7"}
"ppxlib" {>= "0.32.0"}
"dmap" {>= "0.5"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(ocaml
(and
(>= 4.14)
(< 5.2)))
(< 5.3)))
(dune
(>= 3.7))
(ppxlib
Expand Down

0 comments on commit c8cc574

Please sign in to comment.