File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 1.0.0-beta.4
2
2
3
3
- Added ` ocaml::function ` macro for calling OCaml values
4
+ - Fix spelling in book by @fmckeogh in https://github.com/zshipko/ocaml-rs/pull/98
5
+ - Fixes no_std by @fmckeogh in https://github.com/zshipko/ocaml-rs/pull/99
6
+ - Feature gate panic hook by @fmckeogh in https://github.com/zshipko/ocaml-rs/pull/100
7
+ - Test ` no_std ` feature in CI by @fmckeogh in https://github.com/zshipko/ocaml-rs/pull/101
8
+ - Implement ` FromValue ` for ` Box<T> ` by @fmckeogh in https://github.com/zshipko/ocaml-rs/pull/105
4
9
5
10
## 1.0.0-beta.2
6
11
Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ clean:
23
23
dune clean --root=test
24
24
mdbook clean doc || :
25
25
26
- publish :
26
+ publish-sys :
27
27
cd sys && cargo package && cargo publish && sleep 20
28
+
29
+ publish :
28
30
cd derive && cargo package && cargo publish && sleep 20
29
31
cd build && cargo package && cargo publish && sleep 20
30
32
cargo package && cargo publish
You can’t perform that action at this time.
0 commit comments