From 97473335604cb3298f897759de9c06c8979918ac Mon Sep 17 00:00:00 2001 From: Sudha Parimala Date: Tue, 26 Sep 2023 11:58:39 +0530 Subject: [PATCH] Prepare release --- CHANGES.md | 6 ++++-- dune-project | 2 +- runtime_events_tools.opam | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 96e4a92..b8ae174 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ -### dev +### 0.5.0 -* olly trace: ingest custom events starting from OCaml 5.1 +* Custom events for json (#24, @Sudha247) +* Improvements to correct gc-stats (#19, @Sudha247) +* olly trace: ingest custom events starting from OCaml 5.1 (#17, @TheLortex) ### 0.4.0 diff --git a/dune-project b/dune-project index 5e35915..2293e15 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 3.2) (name runtime_events_tools) -(version "0.4.0") +(version "0.5.0") (generate_opam_files true) (source diff --git a/runtime_events_tools.opam b/runtime_events_tools.opam index e0d9b4e..8cf226f 100644 --- a/runtime_events_tools.opam +++ b/runtime_events_tools.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.4.0" +version: "0.5.0" synopsis: "Tools for the runtime events tracing system in OCaml" description: "Various tools for the runtime events tracing system in OCaml" maintainer: ["Sadiq Jaffer" "KC Sivaramakrishnan" "Sudha Parimala"]