Skip to content

Commit

Permalink
Update latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Feb 23, 2025
1 parent 2cdd2ae commit dd291ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3"
lief = "0.16.4"
```

## 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.3**: https://github.com/lief-project/LIEF/releases/tag/0.16.3
- **v0.16.4**: https://github.com/lief-project/LIEF/releases/tag/0.16.4

Here are guides to install or integrate LIEF:

Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@

* Add |lief-dump|

0.16.4 - Not Released Yet
-------------------------
0.16.4 - February 23rd, 2025
----------------------------

:Python:

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.3"
lief = "0.16.4"
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.3
lief==0.16.4
.. tab:: :fa:`regular fa-file-code` C++

Expand Down Expand Up @@ -150,7 +150,7 @@ straightforward:
# For a tagged release
[dependencies]
lief = "0.16.3"
lief = "0.16.4"
You can also find additional content in the `LIEF's blog </blog/>`_ post among those:

Expand Down

0 comments on commit dd291ae

Please sign in to comment.