Skip to content

Commit 56f904f

Browse files
committed
Release 0.1.4
1 parent bdd9859 commit 56f904f

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ This change log follows the conventions of
66

77
## [Unreleased][unreleased]
88

9+
Nothing so far.
10+
11+
12+
## [0.1.4] - 2020-05-10
13+
914
### Fixed
1015

16+
- The colors assigned to ordinary memory points and loops use
17+
a [completely separate mechanism](https://github.com/Deep-Symmetry/crate-digger/pull/13),
18+
which was discovered by [@ehendrikd](https://github.com/ehendrikd).
1119
- Apparently some `DAT` files can be created by mixers somehow? And
1220
apparently these have incorrectly-formatted vestigial `PWAV` and
1321
`PWV2` tags that claim to have the normal number of preview bytes,
@@ -73,7 +81,8 @@ This change log follows the conventions of
7381
- Initial release.
7482

7583

76-
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.3...HEAD
84+
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...HEAD
85+
[0.1.4]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.3...v0.1.4
7786
[0.1.3]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.2...v0.1.3
7887
[0.1.2]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.1...v0.1.2
7988
[0.1.1]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.0...v0.1.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.deepsymmetry</groupId>
88
<artifactId>crate-digger</artifactId>
9-
<version>0.1.4-SNAPSHOT</version>
9+
<version>0.1.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Crate Digger</name>

0 commit comments

Comments
 (0)