From e133d219c31e5003b0a42477aad4a324c4b1518e Mon Sep 17 00:00:00 2001 From: Ketasaja Date: Thu, 1 Aug 2024 06:31:21 +0000 Subject: [PATCH] Bump version --- 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 bdabc08..1ff5439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2] - 2024-08-01 + +### Fixed + +- Multiline `assert` expressions are handled better. + ## [0.1.1] - 2024-08-01 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 361cbac..32b9956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" [[package]] name = "blam" -version = "0.1.1" +version = "0.1.2" dependencies = [ "full_moon", "rayon", diff --git a/Cargo.toml b/Cargo.toml index d841f63..6bbd331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "blam" description = "Better Lua assert messages" license = "MIT" repository = "https://github.com/Ketasaja/blam" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies]