File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the library should be put here
44
55## Unreleased
66
7+ ## 0.3.2
8+
9+ - Add ` JanetTable::clear ` in Janet version below 1.10.1
10+
711## 0.3.1
812
913### Fixes
Original file line number Diff line number Diff line change 11[package ]
22name = " janetrs"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44authors = [" Eric Shimizu Karbstein <gr41.j4ck@gmail.com>" ]
55description = " High level binding for Janet programming language"
66repository = " https://github.com/GrayJack/janetrs"
@@ -33,7 +33,7 @@ features = ["amalgation", "nightly"]
3333[dependencies ]
3434bstr = { version = " 0.2.16" , default-features = false }
3535const_fn = " 0.4"
36- evil-janet = " 1.16.1 "
36+ evil-janet = " 1"
3737janetrs_macros = " 0.3.0"
3838janetrs_version = " 0.1.0"
3939
You can’t perform that action at this time.
0 commit comments