Skip to content

Commit 874e2c8

Browse files
authored
Merge pull request #8 from ocaml-multicore/prepare-release-0.0.4
Prepare release
2 parents d2156b6 + 0cb2481 commit 874e2c8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 0.24.1
1+
version = 0.26.1
22
profile = conventional
33

44
ocaml-version = 5.0.0

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.0.4 (2024-01-09)
2+
3+
* Add FreeBSD support, fixes to endian includes for FreeBSD and DragonFly BSD (tmcgilchrist, #7)
4+
15
## v0.0.3 (2023-02-23)
26

37
* Add memory_size function (@crackcomm, #1)

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
(name hdr_histogram)
55

6-
(generate_opam_files true)
6+
(generate_opam_files false)
77

88
(source
99
(github ocaml-multicore/hdr_histogram_ocaml))
1010

1111
(authors "KC Sivaramakrishnan")
1212

13-
(maintainers "KC Sivaramakrishnan" "Christiano Haesbaert")
13+
(maintainers "KC Sivaramakrishnan" "Christiano Haesbaert" "Sudha Parimala")
1414

1515
(license MIT)
1616

0 commit comments

Comments
 (0)