Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Apr 15, 2024
1 parent a182551 commit dcf8fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ 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]

## [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-4-12
## [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

0 comments on commit dcf8fbd

Please sign in to comment.