Skip to content

Commit c998f2b

Browse files
committed
Release 0.2.1
1 parent 0e37d2f commit c998f2b

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@ This change log follows the conventions of
66

77
## [Unreleased][unreleased]
88

9+
Nothing so far.
10+
11+
12+
## [0.2.1] - 2025-07-21
13+
914
### Added
1015

11-
- Thanks to [Dominik Stolz (@voidc)](https://github.com/voidc), we can now
12-
parse `exportExt.pdb` files for the tag information they contain.
16+
- Thanks to [Dominik Stolz (@voidc)](https://github.com/voidc), we can now parse `exportExt.pdb` files for the tag information they contain.
1317
- Metadata archives can be created for USB drives containing device libraries, to enable Beat Link to offer metadata when that drive is used in an Opus Quad.
1418

1519
### Fixed
1620

1721
- An error in interpreting a value in the database export file format could lead to some rows that were actually present in tables not being found. Thanks to [@IvanOnishchenko](https://github.com/IvanOnishchenko) for [pointing this out](https://github.com/Deep-Symmetry/crate-digger/issues/32), and [Jan Holthuis (@Holzhaus)](https://github.com/Holzhaus) for identifying a flaw in the first attempt at correcting it.
1822

23+
1924
## [0.2.0] - 2024-05-04
2025

2126
May the Fourth be with you.
@@ -164,7 +169,8 @@ May the Fourth be with you.
164169
- Initial release.
165170

166171

167-
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.2.0...HEAD
172+
[unreleased]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.2.1...HEAD
173+
[0.2.1]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.2.0...v0.2.1
168174
[0.2.0]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.6...v0.2.0
169175
[0.1.6]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.5...v0.1.6
170176
[0.1.5]: https://github.com/Deep-Symmetry/crate-digger/compare/v0.1.4...v0.1.5

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ link:CONTRIBUTING.md[guidelines] and get in touch!
294294

295295
+++<a href="http://deepsymmetry.org"><img src="doc/assets/DS-logo-github.png"
296296
align="right" alt="Deep Symmetry logo" width="250" height="150"></a>+++
297-
Copyright © 2018–2024 http://deepsymmetry.org[Deep Symmetry, LLC]
297+
Copyright © 2018–2025 http://deepsymmetry.org[Deep Symmetry, LLC]
298298

299299
Distributed under the
300300
https://opensource.org/licenses/EPL-2.0[Eclipse Public License

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

1212
<name>Crate Digger</name>

0 commit comments

Comments
 (0)