From d3ad812008fd286322b7085e84136e422b3afea4 Mon Sep 17 00:00:00 2001
From: Romain Thomas <me@romainthomas.fr>
Date: Wed, 1 Jan 2025 18:20:28 +0100
Subject: [PATCH] Bump version

---
 README.md                   | 4 ++--
 doc/sphinx/changelog.rst    | 7 +++++++
 doc/sphinx/installation.rst | 2 +-
 doc/sphinx/intro.rst        | 4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 83ea7ac83..850c5ffa8 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ version = "0.0.1"
 edition = "2021"
 
 [dependencies]
-lief = "0.16.1"
+lief = "0.16.2"
 ```
 
 ## Python
@@ -143,7 +143,7 @@ pip install [--user] --force-reinstall --index-url https://lief.s3-website.fr-pa
 - **Nightly**:
   * SDK: https://lief.s3-website.fr-par.scw.cloud/latest/sdk
   * Python Wheels: https://lief.s3-website.fr-par.scw.cloud/latest/lief
-- **v0.16.1**: https://github.com/lief-project/LIEF/releases/tag/0.16.1
+- **v0.16.2**: https://github.com/lief-project/LIEF/releases/tag/0.16.2
 
 Here are guides to install or integrate LIEF:
 
diff --git a/doc/sphinx/changelog.rst b/doc/sphinx/changelog.rst
index 59b1efd9f..6c96fed97 100644
--- a/doc/sphinx/changelog.rst
+++ b/doc/sphinx/changelog.rst
@@ -34,6 +34,13 @@
   * LIEF is now available in `vcpkg <https://github.com/microsoft/vcpkg/tree/master/ports/lief>`_.
     Many thanks to :github_user:`luadebug` for this support.
 
+0.16.2 - January 1st, 2025
+----------------------------
+
+:Compilation:
+
+  * Fix broken ``aarch64`` Python wheel which is related to a toolchain issue
+    (:issue:`1146`)
 
 0.16.1 - December 26th, 2024
 ----------------------------
diff --git a/doc/sphinx/installation.rst b/doc/sphinx/installation.rst
index 801e39225..331d3f2b3 100644
--- a/doc/sphinx/installation.rst
+++ b/doc/sphinx/installation.rst
@@ -54,7 +54,7 @@ One can add LIEF as a dependency of a Rust project as follows:
 
   # For a tagged release
   [dependencies]
-  lief = "0.16.1"
+  lief = "0.16.2"
 
 You can find more details in the :ref:`Rust API section <lief_rust_bindings>`
 
diff --git a/doc/sphinx/intro.rst b/doc/sphinx/intro.rst
index 285a9348b..cce51202a 100644
--- a/doc/sphinx/intro.rst
+++ b/doc/sphinx/intro.rst
@@ -116,7 +116,7 @@ straightforward:
 
       .. code-block:: text
 
-        lief==0.16.1
+        lief==0.16.2
 
   .. tab:: :fa:`regular fa-file-code` C++
 
@@ -150,7 +150,7 @@ straightforward:
 
         # For a tagged release
         [dependencies]
-        lief = "0.16.1"
+        lief = "0.16.2"
 
 You can also find additional content in the `LIEF's blog </blog/>`_ post among those: