Skip to content

Commit dea5eb0

Browse files
committed
Release 0.1.5
1 parent 3a2d047 commit dea5eb0

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
Nothing so far.
10+
11+
## [0.1.5] - 2020-12-28
12+
913
### Fixed
1014

1115
- DeviceSQL Strings with kind `90` are actually stored as UTF-16LE with
@@ -86,7 +90,8 @@ This change log follows the conventions of
8690
- Initial release.
8791

8892

89-
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...HEAD
93+
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.5...HEAD
94+
[0.1.5]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...v0.1.5
9095
[0.1.4]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.3...v0.1.4
9196
[0.1.3]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.2...v0.1.3
9297
[0.1.2]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.1...v0.1.2

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Structure Analysis] site describing the details of what we have
6363
learned about these file formats. Reading that will help make sense of
6464
the exploration tools and the objects returned by this library.
6565

66+
[[exploring-analysis]]
6667
=== Exploring the Analysis
6768

6869
One of the amazingly cool things about Kaitai Struct is that you can
@@ -100,7 +101,7 @@ files are found inside the corresponding track record.
100101
The structure definitions for these files are in
101102
link:src/main/kaitai/rekordbox_anlz.ksy[`rekordbox_anlz.ksy`]. You can
102103
use it with the Kaitai Struct Web IDE as described
103-
<<exploring-the-analysis,above>> to explore analysis files found in
104+
<<exploring-analysis,above>> to explore analysis files found in
104105
your own exported media.
105106

106107
== Using the Library
@@ -126,7 +127,7 @@ need these files to provide smooth integrations with the music being
126127
performed). The second half is the ability to parse the contents of
127128
those files, as described above.
128129

129-
=== Retreiving Files
130+
=== Retrieving Files
130131

131132
The class `org.deepsymmetry.cratedigger.FileFetcher` is a singleton,
132133
so to work with it you will start by calling `getInstance()`, as is

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.5-SNAPSHOT</version>
9+
<version>0.1.5</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Crate Digger</name>

0 commit comments

Comments
 (0)