Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Jun 10, 2021
1 parent 105cb20 commit 4b7b012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the library should be put here

## Unreleased

## 0.3.2

- Add `JanetTable::clear` in Janet version below 1.10.1

## 0.3.1

### Fixes
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 = "janetrs"
version = "0.3.1"
version = "0.3.2"
authors = ["Eric Shimizu Karbstein <[email protected]>"]
description = "High level binding for Janet programming language"
repository = "https://github.com/GrayJack/janetrs"
Expand Down Expand Up @@ -33,7 +33,7 @@ features = ["amalgation", "nightly"]
[dependencies]
bstr = { version = "0.2.16", default-features = false }
const_fn = "0.4"
evil-janet = "1.16.1"
evil-janet = "1"
janetrs_macros = "0.3.0"
janetrs_version = "0.1.0"

Expand Down

0 comments on commit 4b7b012

Please sign in to comment.