From 425074fc684f1f592d3f956dd1934aebfa61ed9d Mon Sep 17 00:00:00 2001 From: GrayJack Date: Sun, 10 Sep 2023 19:25:39 -0300 Subject: [PATCH] chore: Bump the crate version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bc63bda4..bbb66e9bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the library should be put here ## Unreleased +## 0.6.0 + - **BREAKING:** Feat: Conditionally expose `JanetFile` "piped" flag (PIPED was removed in Janet 1.22.0) - **BREAKING:** Refactor: Changed definition of `IsJanetAbstract` trait - **BREAKING:** Refactor: Changed the return type of `JanetAbstract::get{_mut, _unchecked, _unchecked_mut}` diff --git a/Cargo.toml b/Cargo.toml index bc37ecc292..60ed052c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "janetrs" -version = "0.5.0" +version = "0.6.0" authors = ["Eric Shimizu Karbstein "] description = "High level binding for Janet programming language" repository = "https://github.com/GrayJack/janetrs"