Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Feb 28, 2024
1 parent bf78f6a commit ba766b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.3.2]

### Changed

- Include a trailing .dat for ee1 source products ids in lidvid_references

## [v0.3.1]

### 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.3.1
version=0.3.2
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.3.0",
@Command(name="pds3to4", mixinStandardHelpOptions=true, version="0.3.2",
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 ba766b8

Please sign in to comment.