From 5937317206ee13627e09332f0dbf2e7cb35191fb Mon Sep 17 00:00:00 2001 From: jabu Date: Thu, 3 Aug 2023 22:28:27 -0500 Subject: [PATCH] 0.6.1 --- Cargo.toml | 2 +- changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3856b15..5cd945b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Spine runtime for Rust (and wasm!) transpiled from the official C Runtime." homepage = "https://github.com/jabuwu/rusty_spine" diff --git a/changelog.md b/changelog.md index 1735c7d..951253c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# 0.6.1 (UNRELEASED) +# 0.6.1 - Compilation fixes for new Rust lints # 0.6.0