Skip to content

Commit

Permalink
chore: Bump the crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Sep 10, 2023
1 parent e21ed66 commit 425074f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "janetrs"
version = "0.5.0"
version = "0.6.0"
authors = ["Eric Shimizu Karbstein <[email protected]>"]
description = "High level binding for Janet programming language"
repository = "https://github.com/GrayJack/janetrs"
Expand Down

0 comments on commit 425074f

Please sign in to comment.