Skip to content

Commit 4b7b012

Browse files
committed
Bump version
1 parent 105cb20 commit 4b7b012

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "janetrs"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Eric Shimizu Karbstein <gr41.j4ck@gmail.com>"]
55
description = "High level binding for Janet programming language"
66
repository = "https://github.com/GrayJack/janetrs"
@@ -33,7 +33,7 @@ features = ["amalgation", "nightly"]
3333
[dependencies]
3434
bstr = { version = "0.2.16", default-features = false }
3535
const_fn = "0.4"
36-
evil-janet = "1.16.1"
36+
evil-janet = "1"
3737
janetrs_macros = "0.3.0"
3838
janetrs_version = "0.1.0"
3939

0 commit comments

Comments
 (0)