From 3eb1d6d3977bb726021ff5ea20554bfc0b7febec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:26:50 +0000 Subject: [PATCH] :bookmark: Prepare release v0.11.1 - Update VERSION constant to 0.11.1 - Update CHANGELOG.md for release - Add new unreleased section for future changes --- CHANGELOG.md | 2 ++ lib/factorix/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6935a23..8107ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [0.11.1] - 2026-03-03 + ### Fixed - Fix `mod sync` incorrectly saving `mod-list.json` and `mod-settings.dat` when nothing changed (#74) diff --git a/lib/factorix/version.rb b/lib/factorix/version.rb index 8d9698a..88408be 100644 --- a/lib/factorix/version.rb +++ b/lib/factorix/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Factorix - VERSION = "0.11.0" + VERSION = "0.11.1" public_constant :VERSION end