Skip to content

Commit

Permalink
ref: changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronimo97 committed Aug 6, 2024
1 parent ec5cb92 commit 97d0168
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: endswith(github.ref_name, 'master') && github.ref_protected && github.ref_type == 'branch'
runs-on: ubuntu-latest
env:
APPVEYOR_BUILD_VERSION: '3.6.0b'
APPVEYOR_BUILD_VERSION: '3.6.0'
CURSETOKEN: ${{ secrets.CURSETOKEN }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ curseforge {
project {
id = '440990'
changelog = file('changelog.md')
releaseType = 'beta'
releaseType = 'release'
changelogType = 'markdown'
addGameVersion '1.18.2'
}
Expand Down
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.18.2 - 3.6.0]

* feat: added black dots mast sign
* feat: added different sh light mast signs
* feat: Ne5 can now start and end of PW
* feat: added rectangular zs6 signs
* feat: added ne1 custom text
* feat: added one signal shape
* feat: added angled ks signals
* feat: added connectable post block
* feat: added bue identification signs
* fix: issue with doubled entries
* fix: shunting path can only be set on blocked BW
* fix: problems with shunting pathways and NPE
* ref: better handling of null check
* ref: change zs6 position

## [1.18.2 - 3.6.0 beta]

* feat: added shunting path to blocked path
Expand Down

0 comments on commit 97d0168

Please sign in to comment.