Skip to content

Commit 95e30b7

Browse files
committed
update changelog
1 parent 9a7ad2a commit 95e30b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## 1.0.0-beta.4
22

33
- 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
49

510
## 1.0.0-beta.2
611

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ clean:
2323
dune clean --root=test
2424
mdbook clean doc || :
2525

26-
publish:
26+
publish-sys:
2727
cd sys && cargo package && cargo publish && sleep 20
28+
29+
publish:
2830
cd derive && cargo package && cargo publish && sleep 20
2931
cd build && cargo package && cargo publish && sleep 20
3032
cargo package && cargo publish

0 commit comments

Comments
 (0)