Skip to content

Commit 9174291

Browse files
committed
Add 0.2.1 changes.
1 parent 576aecc commit 9174291

8 files changed

+6
-7
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 0.2.1
2+
3+
* Fix method bindings returning structs.
4+
5+
16
## Release 0.2.0
27

38
API changes:

camlkit-base.opam

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.2.0"
43
synopsis:
54
"OCaml bindings to the Objective-C runtime and some base frameworks"
65
description: """

camlkit-gui.opam

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.2.0"
43
synopsis: "OCaml bindings to the AppKit framework"
54
description: "OCaml bindings to the AppKit framework"
65
maintainer: ["Boris D. <[email protected]>"]

camlkit.opam

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.2.0"
43
synopsis: "Higher-level wrappers for Cocoa APIs"
54
description: "Higher-level wrappers for Cocoa APIs"
65
maintainer: ["Boris D. <[email protected]>"]

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; (using ctypes 0.3)
33

44
(name camlkit)
5-
(version 0.2.0)
5+
(version 0.2.1)
66

77
(generate_opam_files false)
88

ios-pkgs/camlkit-base-ios.opam

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.2.0"
43
synopsis:
54
"OCaml bindings to the Objective-C runtime and some base frameworks"
65
description: """

ios-pkgs/camlkit-gui-ios.opam

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.2.0"
43
synopsis: "OCaml bindings to the UIKit framework"
54
description: "OCaml bindings to the UIKit framework"
65
maintainer: ["Boris D. <[email protected]>"]

ios-pkgs/camlkit-ios.opam

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.2.0"
43
synopsis: "Higher-level wrappers for Cocoa APIs"
54
description: "Higher-level wrappers for Cocoa APIs"
65
maintainer: ["Boris D. <[email protected]>"]

0 commit comments

Comments
 (0)