Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Apr 17, 2024
2 parents 3f1c2aa + 36c52a5 commit 2cbf3a9
Show file tree
Hide file tree
Showing 21 changed files with 341 additions and 317 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Overhauled the internal `ColumnFileReader` to behave more consistently and future-proof
- Added `MappingFormat#getFeatures()` to allow for more fine-grained programmatic querying of format capabilities

## [0.6.0] - 2024-4-12
## [0.6.1] - 2024-04-15
- Fixed CSRG and JAM writers sometimes skipping elements whose parents have incomplete destination names
- Fixed incorrect Javadoc link

## [0.6.0] - 2024-04-12
- Added CSRG writer
- Added TSRG and TSRG2 writer
- Added JAM reader and writer
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs = -Xmx2G

# Project properties
version = 0.6.0
version = 0.6.1

# Dependencies
asm_version = 9.6
Expand Down
Loading

0 comments on commit 2cbf3a9

Please sign in to comment.