Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jul 8, 2024
1 parent e85a147 commit a15ecd9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.


## [1.2.0] - 2024-07-08

### Changed:

- The `details` field in a `Message` is now an `Object` rather than a `Map`, because the
`version` response sends a `String` and the `unsupported` response sends a `Symbol`.
- Updated embedded Carabiner copies to version 1.2.0, incorporating
Ableton Link 3.1.2.
- Compile for compatibility back to Java 8, to work with Afterglow (in particular, the
user guide and API documentation build on Netlify which still uses such an ancient version.)

Expand Down Expand Up @@ -39,7 +46,8 @@ Initial release (version number chosen to match embedded Carabiner
version).


[unreleased]: https://github.com/Deep-Symmetry/lib-carabiner/compare/v1.1.6...HEAD
[unreleased]: https://github.com/Deep-Symmetry/lib-carabiner/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/Deep-Symmetry/lib-carabiner/compare/v1.1.6...v1.2.0
[1.1.6]: https://github.com/Deep-Symmetry/lib-carabiner/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/Deep-Symmetry/lib-carabiner/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/Deep-Symmetry/lib-carabiner/compare/v1.1.3...v1.1.4
Expand Down
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>lib-carabiner</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>lib-carabiner</name>
Expand Down
Binary file modified src/main/resources/org/deepsymmetry/libcarabiner/Carabiner_Linux_arm
100755 → 100644
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/org/deepsymmetry/libcarabiner/Carabiner_Win_x64
100755 → 100644
Binary file not shown.

0 comments on commit a15ecd9

Please sign in to comment.