Skip to content

Commit

Permalink
Bump version to 1.17.0 and make changelog (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jul 14, 2021
1 parent 5220ff1 commit d9e7ed4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### 1.17.0
* Fix many small GUI issues (#1574) - dan
* Add clarification tooltips to blocks in the multiblock preview (#1584) - ALongStringOfNumbers
* Allow Quantum Chests/Tanks to Keep Inventory on Break (#1555) - dan
* Apply Rotor Efficiency to all EU output from Turbine (#1694) - ALongStringOfNumbers
* Fix integer overflow for total fuel burn time (#1683) - Adrian Brock
* Fix time on Yttrium Barium Cuprate recipe (#1692) - ALongStringOfNumbers
* Fix consumable Integrated circuit being added to EBF recipe (#1690) - ALongStringOfNumbers
* Fixed Magic Energy Absorber's tooltip (#1685) - SuperCraftAlex
* Internal make the Fusion Property protected (#1689) - ALongStringOfNumbers
* Internal change Fusion Property to Long (#1693) - ALongStringOfNumbers

### 1.16.1
* Note: This is hotfix
* Fixed Surface block spawning (#1681) - ALongStringOfNumbers
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ public final class GregTechVersion {

public static final int MAJOR = 1;
//This number is incremented every major feature update
public static final int MINOR = 16;
public static final int MINOR = 17;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 1;
public static final int REVISION = 0;
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
public static final int BUILD = 0;

Expand Down

0 comments on commit d9e7ed4

Please sign in to comment.