Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Dec 10, 2024
1 parent 793657d commit 441bb46
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 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.15.1"
lief = "0.16.0"
```

## 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.15.1**: https://github.com/lief-project/LIEF/releases/tag/0.15.1
- **v0.16.0**: https://github.com/lief-project/LIEF/releases/tag/0.16.0

Here are guides to install or integrate LIEF:

Expand Down Expand Up @@ -261,7 +261,7 @@ Romain Thomas ([@rh0main](https://www.romainthomas.fr/)) - [Quarkslab](https://w

### License

LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.15.1/LICENSE).
LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.16.0/LICENSE).

### Bibtex

Expand Down
2 changes: 1 addition & 1 deletion api/rust/cargo/lief/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//! # For nightly
//! lief = { git = "https://github.com/lief-project/LIEF", branch = "main" }
//! # For releases
//! lief = 0.15.0
//! lief = 0.16.0
//! ```
//!
//! ```rust
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:fa:`solid fa-code-compare` Changelog
=====================================

0.16.0 - Not Released Yet
-------------------------
0.16.0 - December 10th, 2024
----------------------------

:Abstraction:

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.15.1"
lief = "0.16.0"
You can find more details in the :ref:`Rust API section <lief_rust_bindings>`

Expand Down
5 changes: 3 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.15.1
lief==0.16.0
.. tab:: :fa:`regular fa-file-code` C++

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

- `LIEF 0.16.0 release info </blog/2024-12-10-lief-0-16-0/>`_
- `LIEF 0.15.0 release info </blog/2024-07-21-lief-0.15-0/>`_
- `LIEF 0.14.0 release info </blog/2024-01-20-lief-0-14-0/>`_
- `LIEF 0.13.0 release info </blog/2023-04-09-lief-0-13-0/>`_
Expand Down

0 comments on commit 441bb46

Please sign in to comment.