Skip to content

Commit 0678ef3

Browse files
committed
Update versions
1 parent bdc467f commit 0678ef3

File tree

7 files changed

+25
-12
lines changed

7 files changed

+25
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ version = "0.0.1"
7979
edition = "2021"
8080

8181
[dependencies]
82-
lief = "0.17.0"
82+
lief = "0.17.1"
8383
```
8484

8585
## Python
@@ -102,7 +102,7 @@ pip install [--user] --force-reinstall --index-url https://lief.s3-website.fr-pa
102102
- **Nightly**:
103103
* SDK: https://lief.s3-website.fr-par.scw.cloud/latest/sdk
104104
* Python Wheels: https://lief.s3-website.fr-par.scw.cloud/latest/lief
105-
- **v0.17.0**: https://github.com/lief-project/LIEF/releases/tag/0.17.0
105+
- **v0.17.1**: https://github.com/lief-project/LIEF/releases/tag/0.17.1
106106

107107
Here are guides to install or integrate LIEF:
108108

@@ -220,7 +220,7 @@ Romain Thomas ([@rh0main](https://www.romainthomas.fr/)) - Formerly at [Quarksla
220220

221221
### License
222222

223-
LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.17.0/LICENSE).
223+
LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.17.1/LICENSE).
224224

225225
### Bibtex
226226

api/rust/examples/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/sphinx/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@
2929
* Add |lief-coff-section-coff_string| for accessing the full section name when
3030
this name does not fit in 8 bytes.
3131

32+
0.17.1 - October 25th, 2025
33+
---------------------------
34+
35+
:ELF:
36+
37+
* Fix :issue:`1251`
38+
39+
:Compilation:
40+
41+
* Fix missing visibility (:pr:`1254`)
42+
* Fix incorrect paging computations that occurred when only a subset of formats was enabled.
43+
* Fix include issue with the COFF format
44+
3245
0.17.0 - September 14th, 2025
3346
-----------------------------
3447

doc/sphinx/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ One can add LIEF as a dependency of a Rust project as follows:
5454
5555
# For a tagged release
5656
[dependencies]
57-
lief = "0.17.0"
57+
lief = "0.17.1"
5858
5959
You can find more details in the :ref:`Rust API section <lief_rust_bindings>`
6060

doc/sphinx/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ straightforward:
116116

117117
.. code-block:: text
118118
119-
lief==0.17.0
119+
lief==0.17.1
120120
121121
.. tab:: :fa:`regular fa-file-code` C++
122122

@@ -150,7 +150,7 @@ straightforward:
150150
151151
# For a tagged release
152152
[dependencies]
153-
lief = "0.17.0"
153+
lief = "0.17.1"
154154
155155
You can also find additional content in the `LIEF's blog </blog/>`_ post among those:
156156

tools/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lief-patchelf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lief-patchelf"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
edition = "2021"
55
authors = ["Romain Thomas <[email protected]>"]
66

0 commit comments

Comments
 (0)