From 80180e79c042ea6c96f9f83d7cd4762d62d6fbf7 Mon Sep 17 00:00:00 2001 From: Alice <166900055+alicesaidhi@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:23:20 +0200 Subject: [PATCH] version bump again --- CHANGELOG.md | 6 +++++- wally.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458c430..8886779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ 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.6.3 +## 0.6.4 ### Fixes - Fix a memory leak with `destroy_owned` +## 0.6.3 + +- Fix spring pack_type + ## 0.6.2 ### Fixes diff --git a/wally.toml b/wally.toml index ebda44c..f5edbaa 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "ffrostfall/fluid" -version = "0.6.3" +version = "0.6.4" registry = "https://github.com/UpliftGames/wally-index" license = "MIT"