Skip to content

Commit

Permalink
Cut release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Aug 25, 2019
1 parent 809b84b commit d6d3674
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.


## [0.1.1] - 2019-08-25

### Added

- Ability to parse `PCO2` tags, which hold cues and loops along with
Expand All @@ -16,6 +21,9 @@ This change log follows the conventions of
nor available through a `dbserver` query, it cannot be used by
Beat Link.) Many thanks to [@mganss](https://github.com/mganss) for
this contribution!
- More explanation of the interpretation of waveform color preview
tags.


## 0.1.0 - 2019-02-23

Expand All @@ -24,4 +32,5 @@ This change log follows the conventions of
- Initial release.


[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.0...HEAD
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.deepsymmetry</groupId>
<artifactId>crate-digger</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>jar</packaging>

<name>Crate Digger</name>
Expand Down

0 comments on commit d6d3674

Please sign in to comment.