Skip to content

Commit

Permalink
Merge pull request #39 from tmcgilchrist/prep_release
Browse files Browse the repository at this point in the history
Prep release 0.5.1
  • Loading branch information
tmcgilchrist authored Feb 27, 2024
2 parents 5136e42 + b3d3ce0 commit 129c73f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

### 0.5.1

* Fix support on ARM64 platforms (Linux and MacOS) (#34, @tmcgilchrist)
* Remove ocamlfind dependency. (#36, @tmcgilchrist)
* Expand gc-stats help (#28, @ju-sh)

### 0.5.0

* Custom events for json (#24, @Sudha247)
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
hdr_histogram
(cmdliner (>= 1.1.0))
tracing
(ocaml_intrinsics (>= v0.16.1))
(menhir :with-test)))
8 changes: 2 additions & 6 deletions runtime_events_tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"hdr_histogram"
"cmdliner" {>= "1.1.0"}
"tracing"
"ocaml_intrinsics" {>= "v0.16.1"}
"menhir" {with-test}
"odoc" {with-doc}
]
Expand All @@ -32,9 +33,4 @@ build: [
]
]
dev-repo: "git+https://github.com/tarides/runtime_events_tools.git"
pin-depends: [
# OCaml Intrinsics v0.16.0 plus ARM64 support see
# https://github.com/janestreet/ocaml_intrinsics/pull/6 and
# https://github.com/janestreet/ocaml_intrinsics/pull/7
"ocaml_intrinsics.v0.16.0" "git+https://github.com/tmcgilchrist/ocaml_intrinsics#fc6037516350f90e8d003c170263eaa734fc5e76"
]
available: (arch = "x86_64" | arch = "arm64") & os != "win32"
7 changes: 1 addition & 6 deletions runtime_events_tools.opam.template
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
pin-depends: [
# OCaml Intrinsics v0.16.0 plus ARM64 support see
# https://github.com/janestreet/ocaml_intrinsics/pull/6 and
# https://github.com/janestreet/ocaml_intrinsics/pull/7
"ocaml_intrinsics.v0.16.0" "git+https://github.com/tmcgilchrist/ocaml_intrinsics#fc6037516350f90e8d003c170263eaa734fc5e76"
]
available: (arch = "x86_64" | arch = "arm64") & os != "win32"

0 comments on commit 129c73f

Please sign in to comment.