Skip to content

Commit ff00f68

Browse files
committed
Bump version
1 parent 95f140d commit ff00f68

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 0.4.0 (2022-07-31)
4+
35
### Added
46

57
- Add helper scripts for binding cyclic Python classes
@@ -8,6 +10,7 @@
810
- You can combine these two to make it easier to generate recursive modules, which can be useful for binding Python classes that reference each other.
911
- Add support for `py_arg_name` attribute. It lets you use different argument names in the OCaml bindings than used in the Python functions.
1012
- Add `--split-caml-module` option to split generated module into separate `ml` and `mli` files.
13+
- Add `pyml_bindgen-dev.opam` for easier installation of development dependencies.
1114

1215
## 0.3.1 (2022-03-23)
1316

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(name pyml_bindgen)
88

9-
(version 0.4.0-SNAPSHOT)
9+
(version 0.4.0)
1010

1111
(maintainers "Ryan M. Moore")
1212

pyml_bindgen-dev.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.4.0-SNAPSHOT"
3+
version: "0.4.0"
44
synopsis: "Development package for pyml_bindgen"
55
maintainer: ["Ryan M. Moore"]
66
authors: ["Ryan M. Moore"]

pyml_bindgen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.4.0-SNAPSHOT"
3+
version: "0.4.0"
44
synopsis: "Generate pyml bindings from OCaml value specifications"
55
maintainer: ["Ryan M. Moore"]
66
authors: ["Ryan M. Moore"]

0 commit comments

Comments
 (0)