From c83f922de8d945692398abcc1d4e24daa7c22f67 Mon Sep 17 00:00:00 2001 From: Troels Bjerre Lund Date: Tue, 3 Dec 2024 21:17:31 +0100 Subject: [PATCH] Release 0.12.1 --- CHANGELOG.md | 8 ++++++++ changelog.json | 11 +++++++++++ changelog.txt | 8 +++++++- info.json | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548abaa..35f4de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.12.1 (2024-12-04) + +### Bugfix + +- Fix signal position on non-square entities by Yourself + +--- + ## 0.12.0 (2024-10-27) ### Bugfix diff --git a/changelog.json b/changelog.json index 54e9b58..91100ee 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,15 @@ { + "0.12.1": { + "date": "2024-12-04", + "Categories": { + "Bugfix": [ + { + "change": "Fix signal position on non-square entities", + "by": "Yourself" + } + ] + } + }, "0.12.0": { "date": "2024-10-27", "Categories": { diff --git a/changelog.txt b/changelog.txt index aff87fd..acce36c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,12 @@ --------------------------------------------------------------------------------------------------- +Version: 0.12.1 +Date: 2024-12-03 + + Bugfix: + - Fix signal position on non-square entities by Yourself +--------------------------------------------------------------------------------------------------- Version: 0.12.0 -Date: 2020-10-27 +Date: 2024-10-27 Bugfix: - Update to 2.0 by Rugal Bernstein diff --git a/info.json b/info.json index 58f2d2e..efb2ef0 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "name": "Bottleneck", "author": "Troels Bjerre Lund, Lucas Brandstaetter, Nexela, Michael Hanson, Rugal Bernstein", - "version": "0.12.0", + "version": "0.12.1", "factorio_version": "2.0", "title": "Bottleneck", "homepage": "https://forums.factorio.com/viewtopic.php?f=144&t=28817",