Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jan 1, 2025
1 parent 2c0bf31 commit d3ad812
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ version = "0.0.1"
edition = "2021"

[dependencies]
lief = "0.16.1"
lief = "0.16.2"
```

## Python
Expand All @@ -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:

Expand Down
7 changes: 7 additions & 0 deletions doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`

Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ straightforward:

.. code-block:: text
lief==0.16.1
lief==0.16.2
.. tab:: :fa:`regular fa-file-code` C++

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit d3ad812

Please sign in to comment.