Skip to content

Commit

Permalink
changelog updated [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 30, 2023
1 parent 5c95d19 commit 8e18955
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Changes are in reverse chronological order; newest changes at the top.
* Measures the temperature of the block it's facing and converts to a redstone signal
* Use a Redstone Module on the same colour channel to output the signal

### Fixed
* Some memory leak fixes and general improvements around handling and caching of air handlers capabilities - thanks @BlueAgent

## [4.3.12]

### Fixed
Expand Down
8 changes: 5 additions & 3 deletions release_info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://minecraft.curseforge.com/projects/pneumaticcraft-repressurized",
"promos": {
"1.19.2-recommended": "1.19.2-4.3.11",
"1.19.2-latest": "1.19.2-4.3.11"
"1.19.2-recommended": "1.19.2-4.3.13",
"1.19.2-latest": "1.19.2-4.3.13"
},
"1.19.2": {
"1.19.2-4.1.0-128": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#410-128-9-aug-2022",
Expand All @@ -21,6 +21,8 @@
"1.19.2-4.3.8": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#438",
"1.19.2-4.3.9": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#439",
"1.19.2-4.3.10": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#4310",
"1.19.2-4.3.11": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#4311"
"1.19.2-4.3.11": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#4311",
"1.19.2-4.3.12": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#4312",
"1.19.2-4.3.13": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.19.2/Changelog.md#4313"
}
}

0 comments on commit 8e18955

Please sign in to comment.