Skip to content

Commit

Permalink
Bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrolyte220 committed May 19, 2024
1 parent 85f7584 commit 94255c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: write

env:
RELEASE_VERSION: 0.0.19
RELEASE_VERSION: 0.0.20

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}

version = '0.0.19'
version = '0.0.20'
group = 'electrolyte.greate'
archivesBaseName = 'greate'

Expand Down
9 changes: 7 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
- Fix broken recipes
- Remove unused tags
- Fix belts not getting correct tier when extended
- Fix belts getting wrong tier when rejoining a world (you'll need to replace your belts)
- Add Tiered Encased Fans (Haunting/Washing only)
- Fix bad tooltip on certain GT items when viewing sequenced assembly recipes
- Fix certain machines sometimes not finding and caching valid recipes
- Fix config generating under both GT and Greate namespaces
- Revert back to millstone processing one item per recipe cycle, regardless of tier

0 comments on commit 94255c9

Please sign in to comment.