From 38dbd987c9e1d8e7770fe1c1579198f6e64d6877 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 18:04:05 +0000 Subject: [PATCH] chore(release): 1.7.6 [skip ci] --------------------------------------------------------------------------------------------------- Version: 1.7.6 Date: 2024-12-06 Bugfixes: - Fixed crash at 2.1B fluids stored. Resolves https://github.com/notnotmelon/fluid-memory-storage/issues/7 Resolves https://github.com/notnotmelon/fluid-memory-storage/issues/6 Resolves https://github.com/notnotmelon/fluid-memory-storage/issues/4 --- changelog.txt | 5 +++++ info.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 1f90ffd..239ca5e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.7.6 +Date: 2024-12-06 + Bugfixes: + - Fixed crash at 2.1B fluids stored. Resolves https://github.com/notnotmelon/fluid-memory-storage/issues/7 Resolves https://github.com/notnotmelon/fluid-memory-storage/issues/6 Resolves https://github.com/notnotmelon/fluid-memory-storage/issues/4 +--------------------------------------------------------------------------------------------------- Version: 1.7.5 Date: 2024-10-31 Changes: diff --git a/info.json b/info.json index 347fc41..4fa2634 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "fluid-memory-storage", - "version": "1.7.5", + "version": "1.7.6", "title": "Fluid Memory Storage", "author": "notnotmelon", "homepage": "https://github.com/notnotmelon/fluid-memory-storage",