Skip to content

Commit

Permalink
Merge pull request #48 from mirage/prepare-v0.5.0
Browse files Browse the repository at this point in the history
Prepare v0.5.0
  • Loading branch information
dinosaure committed Nov 9, 2023
2 parents 9447615 + 19f02c1 commit a54a0b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -1,3 +1,10 @@
### v0.5.0 2023-10-31 Paris (France)

- Fix unsafe access causing SIGSEGV (@edwintorok, #43)
- Fix compulation of the confidence indicator (@edwintorok, @lindig, @dinosaure, #45)
- Upgrade monotonic clock detection (@dra27, #44)
- Fix double-free when we use resources (@edwintorok, @dinosaure, #47)

### v0.4.0 2023-03-30 Paris (France)

- Fix the support of OCaml 5.0 (@avsm, #38)
Expand Down
4 changes: 2 additions & 2 deletions mperf.opam
Expand Up @@ -6,12 +6,12 @@ authors: [ "Vincent Bernardoff <vincent.bernardoff@ocamlpro.com>" "Pierre C
homepage: "http://github.com/dinosaure/bechamel"
dev-repo: "git://github.com/dinosaure/bechamel"
bug-reports: "http://github.com/dinosaure/bechamel/issues"
license: "GPL-2.0"
license: "GPL-2.0-only"
synopsis: "Bindings to Linux perf's metrics"
description: """Simple binding to Linux perf's metrics"""

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

Expand Down

0 comments on commit a54a0b4

Please sign in to comment.