Skip to content

Commit

Permalink
Release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed May 5, 2024
1 parent 7c09711 commit 2dec6cd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.

## [7.4.0] - 2024-05-04

May the Fourth be with you.

### Fixed

- It turns out there is a [bug](https://bugs.java.com/bugdatabase/view_bug?bug_id=8023649)
Expand All @@ -25,7 +31,9 @@ This change log follows the conventions of
that led to this change in direction.
- Upgraded to version 0.2.0 of Crate Digger, which had a couple of backwards-incompatible
changes to accommodate a new linter in the latest release of the Kaitai Struct Compiler
which identified places where field names were not following the style guide.
which identified places where field names were not following the style guide. It also
supports creating metadata archives for use with the Opus Quad, which won’t be taken
advantage of until Beat Link 8.0.

## [7.3.0] - 2023-11-24

Expand Down Expand Up @@ -837,7 +845,8 @@ This change log follows the conventions of
- Initial early release of DeviceFinder.


[unreleased]: https://github.com/Deep-Symmetry/beat-link/compare/v7.3.0...HEAD
[unreleased]: https://github.com/Deep-Symmetry/beat-link/compare/v7.4.0...HEAD
[7.4.0]: https://github.com/Deep-Symmetry/beat-link/compare/v7.3.0...v7.4.0
[7.3.0]: https://github.com/Deep-Symmetry/beat-link/compare/v7.2.0...v7.3.0
[7.2.0]: https://github.com/Deep-Symmetry/beat-link/compare/v7.1.0...v7.2.0
[7.1.0]: https://github.com/Deep-Symmetry/beat-link/compare/v7.0.1...v7.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ that’s fantastic! Please take a look at the
<a href="https://deepsymmetry.org"><img align="right" alt="Deep Symmetry"
src="assets/DS-logo-github.png" width="250" height="150"></a>

Copyright © 2016–2023 [Deep Symmetry, LLC](https://deepsymmetry.org)
Copyright © 2016–2024 [Deep Symmetry, LLC](https://deepsymmetry.org)

Distributed under the [Eclipse Public License
2.0](https://opensource.org/licenses/EPL-2.0). By using this software
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.deepsymmetry</groupId>
<artifactId>beat-link</artifactId>
<version>7.4.0-SNAPSHOT</version>
<version>7.4.0</version>
<packaging>jar</packaging>

<name>beat-link</name>
Expand Down Expand Up @@ -58,6 +58,11 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>maven_central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -69,13 +74,13 @@
<dependency>
<groupId>org.deepsymmetry</groupId>
<artifactId>crate-digger</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<!-- Kaitai Struct Compiler runtime for Java, since we refer to parts of it directly -->
<dependency>
<groupId>io.kaitai</groupId>
<artifactId>kaitai-struct-runtime</artifactId>
<version>0.9</version>
<version>0.10</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 2dec6cd

Please sign in to comment.