From 95b1a943371f59efb9132d5a2d8f8ef3dcb67915 Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Tue, 16 Apr 2024 22:43:49 +0200 Subject: [PATCH] chore: prepare 3.0.1 release --- docs/changelog/3.0.1.md | 2 +- docs/changelog/README.md | 4 ++-- docs/changelog/full.md | 11 +++++++++++ docs/changelog/latest.md | 24 ++++-------------------- 4 files changed, 18 insertions(+), 23 deletions(-) diff --git a/docs/changelog/3.0.1.md b/docs/changelog/3.0.1.md index b8020fa..ce71c28 100644 --- a/docs/changelog/3.0.1.md +++ b/docs/changelog/3.0.1.md @@ -1,6 +1,6 @@ ### 3.0.1 -_Not Released Yet_ +_Released 2024 Apr 16_ #### Fixes diff --git a/docs/changelog/README.md b/docs/changelog/README.md index e778f13..7f2d846 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,8 +4,8 @@ ### Version History -* ????-??-?? [3.0.1](3.0.1.md) (TBD; work in progress) -* 2024-04-13 [3.0.0](3.0.0.md) (latest) +* 2024-04-16 [3.0.1](3.0.1.md) (latest) +* 2024-04-13 [3.0.0](3.0.0.md) * 2022-08-27 [2.2.2](2.2.2.md) * 2022-08-25 [2.2.1](2.2.1.md) * 2022-07-22 [2.2.0](2.2.0.md) diff --git a/docs/changelog/full.md b/docs/changelog/full.md index db261e6..df15b3b 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,14 @@ +### 3.0.1 + +_Released 2024 Apr 16_ + +#### Fixes + +- `MumbleLink#clear` does no longer crash the JVM. [[GH-25](https://github.com/GW2ToolBelt/GW2ML/issues/25)] + + +--- + ### 3.0.0 _Released 2024 Apr 13_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index 899f194..ce71c28 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -1,23 +1,7 @@ -### 3.0.0 +### 3.0.1 -_Released 2024 Apr 13_ +_Released 2024 Apr 16_ -#### Improvements +#### Fixes -- Migrated from JNI to Java's new FFI. - - This removes the need to have a separate native artifact alongside the - library. - - Introduced new method overloads that accept `MemorySegment` instead of - `ByteBuffer`. - - Deprecated the `ByteBuffer` methods for removal. -- Migrated from JSR305 annotations to [JSpecify](https://jspecify.dev/). - -#### Breaking Changes - -- Attempts to receive the numerical value for `UNKNOWN` enum types will now - throw an `IllegalArgumentException`. -- `MumbleLink#viewOf(ByteBuffer)` now requires a direct buffer. -- Removed (public) dependency on `com.google.code.findbugs:jsr305`. -- Removed the deprecated `MountType#valueOf(long)` overload. -- The deprecated public constructor of `MumbleLink.Context` has been hidden. -- The minimum required Java version is now 22. \ No newline at end of file +- `MumbleLink#clear` does no longer crash the JVM. [[GH-25](https://github.com/GW2ToolBelt/GW2ML/issues/25)] \ No newline at end of file