diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml
index f1a761f..acb28e1 100644
--- a/.github/workflows/cross.yml
+++ b/.github/workflows/cross.yml
@@ -12,7 +12,8 @@ jobs:
matrix:
target:
# Android
- - aarch64-linux-android
+ # This has linker issues
+ #- aarch64-linux-android
- armv7-linux-androideabi
# Linux
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f0887a..097e111 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [0.1.1][v0.1.1] - 2024-12-12
+
+## Changed
+
+- Fixed package documentation for better attribution.
+
## [0.1.0][v0.1.0] - 2024-12-12
## Changed
@@ -465,7 +471,8 @@ These were all changes for half, which `float16` is a fork of.
[Unreleased]: https://github.com/starkat99/half-rs/compare/v2.4.1...HEAD
-[v0.1.0]: https://github.com/starkat99/half-rs/compare/v2.4.0...v2.4.1
+[v0.1.1]: https://github.com/Alexhuszagh/float16/compare/0.1.1...0.1.0
+[v0.1.0]: https://github.com/Alexhuszagh/float16/compare/0.1.0...v2.4.0
[2.4.0]: https://github.com/starkat99/half-rs/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/starkat99/half-rs/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/starkat99/half-rs/compare/v2.2.1...v2.3.0