From 7a8f014fdae57f334ec1aacab66ab612056852a3 Mon Sep 17 00:00:00 2001 From: Y0SH1M4S73R Date: Sun, 25 Aug 2024 01:31:11 -0400 Subject: [PATCH] 0.1.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33be0b..6d01543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ #Changelog +## [0.1.2] + +### Changes + +- A more informative error message has been provided when attempting to convert destructed userdata to a BYOND value. + ## [0.1.1] ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 6a54332..1e5b4d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "dreamluau" -version = "0.1.1" +version = "0.1.2" dependencies = [ "constcat", "dreamluau_proc_macro", diff --git a/Cargo.toml b/Cargo.toml index 3ad7dfb..fcbd3ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dreamluau" -version = "0.1.1" +version = "0.1.2" authors = ["Y0SH1M4S73R "] edition = "2021"