Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Feb 7, 2025
1 parent abb3e13 commit 9e91369
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.2.0

- Improve panic handler registration and update ocaml-boxroot-sys to 0.4.0 https://github.com/zshipko/ocaml-rs/pull/160

## 1.1.0

- Support Caml_state definition as a macro by @Lupus in https://github.com/zshipko/ocaml-rs/pull/157

## 1.0.0

- Minor improvements https://github.com/zshipko/ocaml-rs/pull/154
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocaml"
version = "1.1.0"
version = "1.2.0"
authors = ["Zach Shipko <[email protected]>"]
readme = "README.md"
keywords = ["ocaml", "rust", "ffi"]
Expand All @@ -15,7 +15,7 @@ no-default-features = true
features = [ "derive", "without-ocamlopt", "ocaml5" ]

[dependencies]
ocaml-sys = {path = "./sys", version = ">=0.25"}
ocaml-sys = {path = "./sys", version = ">=0.26"}
ocaml-boxroot-sys = {version = "0.4.0", default-features = false}
ocaml-derive = {path = "./derive", optional = true, version = "^1.0.0"}
cstr_core = {version = "0.2", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocaml-sys"
version = "0.25.0"
version = "0.26.0"
authors = ["Zach Shipko <[email protected]>"]
keywords = ["ocaml", "rust", "ffi"]
repository = "https://github.com/zshipko/ocaml-rs"
Expand Down

0 comments on commit 9e91369

Please sign in to comment.