Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Jan 13, 2024
1 parent fc79979 commit 056642e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 258 deletions.
12 changes: 0 additions & 12 deletions .github/stale.yml

This file was deleted.

16 changes: 14 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@ on:
workflow_dispatch:
push:
branches:
- '1.19-forge'
- '1.20.1-forge'
tags-ignore:
- '**'
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'
pull_request:
branches:
- '1.19-forge'
- '1.20.1-forge'
paths:
- 'gradle/**'
- '**.java'
- '**.kts'
- '**.properties'
- '**/build.yml'

env:
JAVA_DIST: 'zulu'
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v1.19-forge-*.*.*'
- 'v1.20.1-forge-*.*.*'

env:
JAVA_DIST: 'zulu'
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
echo "" >> $GITHUB_STEP_SUMMARY
echo "# Build Information" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "- JAR files: $(find output -maxdepth 1 -type f -name '*.jar' | wc -c)" >> $GITHUB_STEP_SUMMARY
echo "- JAR files: $(find output -maxdepth 1 -type f -name '*.jar' | wc -l)" >> $GITHUB_STEP_SUMMARY
echo "- Folder size: $(du -sh output | cut -f1)" >> $GITHUB_STEP_SUMMARY
echo "- Archive size: $(du -sh build.tar.gz | cut -f1)" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -130,7 +130,9 @@ jobs:
version-type: ${{ needs.build.outputs.RELEASE_TYPE }}
changelog-file: output/changelog.md

loaders: forge
loaders: |
forge
neoforge
game-versions: ${{ needs.build.outputs.MINECRAFT_VERSION }}
java: ${{ env.JAVA_VERSION }}

Expand Down Expand Up @@ -164,7 +166,9 @@ jobs:
version-type: ${{ needs.build.outputs.RELEASE_TYPE }}
changelog-file: output/changelog.md

loaders: forge
loaders: |
forge
neoforge
game-versions: ${{ needs.build.outputs.MINECRAFT_VERSION }}
java: ${{ env.JAVA_VERSION }}

Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/support.yml

This file was deleted.

119 changes: 4 additions & 115 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,127 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [2.0.7] - 2023-07-25
## [2.0.7] - 2024-01-13

### Added
- Portuguese translation ([#21])

### Fixed
- ingredients not properly being serialized and not supporting nbt
- bumps minimum KubeJS version to 1902.6.1-build.336
- catalysts not supporting nbt ingredients

<!-- Links -->
[#21]: https://github.com/AlmostReliable/summoningrituals/pull/21

## [2.0.6] - 2023-07-20

### Fixed
- mixin crash on startup

## [2.0.5] - 2023-07-19

### Changed
- updated KubeJS to 6.1 ([#18])

<!-- Links -->
[#18]: https://github.com/AlmostReliable/summoningrituals/pull/18

## [2.0.4] - 2023-02-02
Initial 1.20.1 port!

### Changed
- inventory size of the Altar is now limited to the recipe with the highest input size
- this prevents the Altar from acting as a mass storage for items
- the maximum input size of recipes is 64 item stacks

### Fixed
- insertion sound is no longer played when no item could be inserted into the Altar

## [2.0.3] - 2023-01-29

### Fixed
- items with secondary use in off-hand preventing item withdrawal
- duplication glitches with automation ([#14])

<!-- Links -->
[#14]: https://github.com/AlmostReliable/summoningrituals/issues/14

## [2.0.2] - 2023-01-15

### Added
- maximum input validation to recipe serializer (64 items)
- empty tag validation to recipe serializer

## [2.0.1] - 2023-01-13

### Added
- ability to waterlog the Altar blocks ([#12])

### Fixed
- offset and spread not being applied to single outputs ([#13])

<!-- Links -->
[#12]: https://github.com/AlmostReliable/summoningrituals/issues/12
[#13]: https://github.com/AlmostReliable/summoningrituals/issues/13

## [2.0.0] - 2022-12-20

### Added
- native REI support
- invisible mob eggs to item lookup in recipe viewers

### Changed
- lots of internal changes to make Fabric support possible
- improved performance when interacting with the altar
- improved inventory handling

### Fixed
- some bugs with automation of rituals

## [1.1.7] - 2022-11-19

### Added
- German translation

### Fixed
- crash with latest KubeJS version ([#10])
- this bumps the minimum KubeJS version to 1902.6.0-build.119

<!-- Links -->
[#10]: https://github.com/AlmostReliable/summoningrituals/pull/10

## [1.1.6] - 2022-11-02

### Fixed
- a rare crash when an item was not resolved correctly from a recipe
- some entities being not correctly rendered in recipe lookup

## [1.1.5] - 2022-11-01

### Changed
- bumped version to the same one as the 1.18 branch to keep sync

### Fixed
- an extraction dupe bug when taking out items from the altar

## [1.0.0] - 2022-10-18

1.19 port with KubeJS v6 integration!
- switched the effective tool to break the Altar from pickaxe to axe

<!-- Links -->
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[2.0.7]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.7
[2.0.6]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.6
[2.0.5]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.5
[2.0.4]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.4
[2.0.3]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.3
[2.0.2]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.2
[2.0.1]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.1
[2.0.0]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.0
[1.1.7]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-1.1.7
[1.1.6]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-1.1.6
[1.1.5]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-1.1.5
[1.0.0]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-1.0.0
[2.0.7]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.20.1-forge-2.0.7
115 changes: 0 additions & 115 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ manifoldVersion = 2024.1.1
# Forge Dependencies
# don't update this, Forge is broken afterwards
forgeVersion = 47.1.3
forgeRecipeViewer = rei
forgeRecipeViewer = jei

# Mod Dependencies
jeiVersion = 15.2.0.25
Expand Down

0 comments on commit 056642e

Please sign in to comment.