Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Jun 23, 2023
1 parent 89c11eb commit 38798dc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.3.0]

### Added

- A parser and template for index.lbl files

### Changed

- Moved the LabelType class out of the Label class for general use
- Process index.lbl files during recursion and by explicit CLI calls

## [v0.2.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.2.0
version=0.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.thirtyninealpharesearch.chemin.pds3.Label;
import org.thirtyninealpharesearch.chemin.pds3.LabelType;

@Command(name="pds3to4", mixinStandardHelpOptions=true, version="0.2.0",
@Command(name="pds3to4", mixinStandardHelpOptions=true, version="0.3.0",
description="Convert PDS3 label files to PDS4")
public class App implements Callable<Integer> {
@Parameters(index="0", paramLabel="[PDS3-LABEL|DIR]", description="path to label file")
Expand Down

0 comments on commit 38798dc

Please sign in to comment.