We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165cb73 commit f85e90dCopy full SHA for f85e90d
CHANGES.md
@@ -1,3 +1,17 @@
1
+
2
+## 0.5
3
4
+- udpate to tracy 0.11.1
5
+- compat trace 0.6
6
7
+## 0.4
8
9
+- update to tracy 0.10
10
11
+## 0.3
12
13
+- adapt for trace 0.4
14
15
## 0.2
16
17
- update for trace 0.3
dune-project
@@ -1,6 +1,6 @@
(lang dune 2.7)
(generate_opam_files true)
-(version 0.4)
+(version 0.5)
(name tracy-client)
(homepage "https://github.com/imandra-ai/ocaml-tracy")
tracy-client.opam
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "0.4"
+version: "0.5"
synopsis: "Client bindings to the Tracy profiler (v0.10)"
maintainer: ["Simon Cruanes"]
authors: ["Bartosz Taudul" "Simon Cruanes"]
0 commit comments