Skip to content

Commit

Permalink
prepare for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 9, 2023
1 parent acbf1d2 commit fac7e8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.2

- update for trace 0.3
- fix: truncate messages that are too long

## 0.1

initial release
- initial release
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.7)
(generate_opam_files true)
(version 0.1)
(version 0.2)

(name tracy-client)
(homepage "https://github.com/imandra-ai/ocaml-tracy")
Expand All @@ -14,5 +14,5 @@
(authors "Bartosz Taudul" "Simon Cruanes")
(depends
(ocaml (>= 4.08))
trace)
(trace (and (>= 0.3) (< 0.4))))
(synopsis "Client bindings to the Tracy profiler (v0.9.1)"))
4 changes: 2 additions & 2 deletions tracy-client.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "Client bindings to the Tracy profiler (v0.9.1)"
maintainer: ["Simon Cruanes"]
authors: ["Bartosz Taudul" "Simon Cruanes"]
Expand All @@ -10,7 +10,7 @@ bug-reports: "https://github.com/imandra-ai/ocaml-tracy/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"trace"
"trace" {>= "0.3" & < "0.4"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit fac7e8f

Please sign in to comment.