Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Dec 20, 2024
1 parent 04495e7 commit d9666d5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.4.0 (2024-12-20)
------------------

* Fix buffer handling of raygui text boxes (#46)
* Port 7 new examples (thank you @gpetiot)
* Fix documentation of raygui list view functions (#56)
* Enable FLAC format by default (#57)
* Use dune 3 and its new `ctypes` stanza (#53)

1.3.1 (2024-09-24)
------------------

Expand Down
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

(package
(name raylib)
(version 1.3.1)
(version 1.4.0)
(description "OCaml bindings for raylib")
(synopsis "OCaml bindings for raylib")
(depends
Expand All @@ -25,14 +25,14 @@

(package
(name raygui)
(version 1.3.1)
(version 1.4.0)
(description "OCaml bindings for raygui")
(synopsis "OCaml bindings for raygui")
(depends
(dune (>= 3.17))
dune-configurator
(ctypes (>= 0.14))
(raylib (>= 0.6))
(raylib (>= 1.4.0))
(patch (>= 2.0))))

(package
Expand Down
4 changes: 2 additions & 2 deletions raygui.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: "1.3.1"
version: "1.4.0"
synopsis: "OCaml bindings for raygui"
description: "OCaml bindings for raygui"
maintainer: ["tobiasjammer@gmail.com"]
Expand All @@ -12,7 +12,7 @@ depends: [
"dune" {>= "3.17" & >= "3.17"}
"dune-configurator"
"ctypes" {>= "0.14"}
"raylib" {>= "0.6"}
"raylib" {>= "1.4.0"}
"patch" {>= "2.0"}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion raylib.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: "1.3.1"
version: "1.4.0"
synopsis: "OCaml bindings for raylib"
description: "OCaml bindings for raylib"
maintainer: ["tobiasjammer@gmail.com"]
Expand Down

0 comments on commit d9666d5

Please sign in to comment.