Skip to content

Commit

Permalink
prepare for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 6, 2023
1 parent 62643ce commit f7f4c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.3)
(version 0.4)

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

0 comments on commit f7f4c27

Please sign in to comment.