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 943cd06 commit fe7014dCopy full SHA for fe7014d
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to the library should be put here
4
5
-## Unreleased
+## 0.4.1
6
7
- Add the trait `JanetArgs` that extend functionality of `[Janet]` used in Rust
8
defined Janet functions
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "janetrs"
-version = "0.4.0"
+version = "0.4.1"
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