We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19589a5 commit 78a3d64Copy full SHA for 78a3d64
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to the library should be put here
4
5
-## Unreleased
+## 0.4.0
6
7
- **BREAKING:** Make `JanetGc::collect` an unsafe function
8
- **BREAKING:** Remove `JanetEnvironment::add_def_with_doc`,
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "janetrs"
-version = "0.3.2"
+version = "0.4.0"
authors = ["Eric Shimizu Karbstein <gr41.j4ck@gmail.com>"]
description = "High level binding for Janet programming language"
repository = "https://github.com/GrayJack/janetrs"
0 commit comments