diff --git a/CHANGES.md b/CHANGES.md index df8a92b0..c72c2f94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## Release 0.2.1 + +* Fix method bindings returning structs. + + ## Release 0.2.0 API changes: diff --git a/camlkit-base.opam b/camlkit-base.opam index f64f421a..c92bf138 100644 --- a/camlkit-base.opam +++ b/camlkit-base.opam @@ -1,6 +1,5 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0" synopsis: "OCaml bindings to the Objective-C runtime and some base frameworks" description: """ diff --git a/camlkit-gui.opam b/camlkit-gui.opam index 872f0334..5e91bff1 100644 --- a/camlkit-gui.opam +++ b/camlkit-gui.opam @@ -1,6 +1,5 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0" synopsis: "OCaml bindings to the AppKit framework" description: "OCaml bindings to the AppKit framework" maintainer: ["Boris D. "] diff --git a/camlkit.opam b/camlkit.opam index 9109c004..69ca8941 100644 --- a/camlkit.opam +++ b/camlkit.opam @@ -1,6 +1,5 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0" synopsis: "Higher-level wrappers for Cocoa APIs" description: "Higher-level wrappers for Cocoa APIs" maintainer: ["Boris D. "] diff --git a/dune-project b/dune-project index f645700f..aea977b4 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ ; (using ctypes 0.3) (name camlkit) -(version 0.2.0) +(version 0.2.1) (generate_opam_files false) diff --git a/ios-pkgs/camlkit-base-ios.opam b/ios-pkgs/camlkit-base-ios.opam index 9839134c..16190e92 100644 --- a/ios-pkgs/camlkit-base-ios.opam +++ b/ios-pkgs/camlkit-base-ios.opam @@ -1,6 +1,5 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0" synopsis: "OCaml bindings to the Objective-C runtime and some base frameworks" description: """ diff --git a/ios-pkgs/camlkit-gui-ios.opam b/ios-pkgs/camlkit-gui-ios.opam index 0dc64ace..ad12e7f9 100644 --- a/ios-pkgs/camlkit-gui-ios.opam +++ b/ios-pkgs/camlkit-gui-ios.opam @@ -1,6 +1,5 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0" synopsis: "OCaml bindings to the UIKit framework" description: "OCaml bindings to the UIKit framework" maintainer: ["Boris D. "] diff --git a/ios-pkgs/camlkit-ios.opam b/ios-pkgs/camlkit-ios.opam index 3d4c803a..22be9a94 100644 --- a/ios-pkgs/camlkit-ios.opam +++ b/ios-pkgs/camlkit-ios.opam @@ -1,6 +1,5 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0" synopsis: "Higher-level wrappers for Cocoa APIs" description: "Higher-level wrappers for Cocoa APIs" maintainer: ["Boris D. "]