We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2156b6 commit e3e7703Copy full SHA for e3e7703
.ocamlformat
@@ -1,4 +1,4 @@
1
-version = 0.24.1
+version = 0.26.1
2
profile = conventional
3
4
ocaml-version = 5.0.0
CHANGES.md
@@ -1,3 +1,7 @@
+## v0.0.4 (2024-01-09)
+
+* Fix FreeBSD support (tmcgilchrist, #7)
5
## v0.0.3 (2023-02-23)
6
7
* Add memory_size function (@crackcomm, #1)
dune-project
@@ -3,14 +3,14 @@
(name hdr_histogram)
-(generate_opam_files true)
+(generate_opam_files false)
8
(source
9
(github ocaml-multicore/hdr_histogram_ocaml))
10
11
(authors "KC Sivaramakrishnan")
12
13
-(maintainers "KC Sivaramakrishnan" "Christiano Haesbaert")
+(maintainers "KC Sivaramakrishnan" "Christiano Haesbaert" "Sudha Parimala")
14
15
(license MIT)
16
0 commit comments