From cef732aa3cd3b96a82c8c4827eb25ab9925c0ae0 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sun, 24 Dec 2023 16:04:15 +1100 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe0947b..e64e57a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # minify-html changelog +## 0.13.2 + +- [Java] Set up cross compilation for macOS and Linux ARM64 builds. + ## 0.13.1 - [CLI] Add missing Cargo metadata. diff --git a/README.md b/README.md index e949283c..38e2b80c 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ All [`Cfg` fields](https://docs.rs/minify-html/latest/minify_html/struct.Cfg.htm - Package: [in.wilsonl.minifyhtml](https://search.maven.org/artifact/in.wilsonl.minifyhtml/minify-html) - Binding: [JNI](https://github.com/jni-rs/jni-rs) -- Platforms: Linux, macOS, Windows; Java 7 and higher +- Platforms: Linux (ARM64 and x64), macOS (ARM64 and x64), Windows (x64); Java 7 and higher ### Get