Update changelog

This commit is contained in:
Romain Thomas
2025-04-30 10:50:52 +02:00
parent 5d35ebfbef
commit 9d9cfbb306
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -82,7 +82,8 @@
:Extended:
* Fix issue in the Python bindings while trying to access ``lief.__LIEF_MAIN_COMMIT__``
* Use LLVM 20.1.2
* Fix CMake issue with ``find_package(lief-extended)``
* Use LLVM 20.1.3
:Build System:
@@ -74,7 +74,7 @@ def setup(app: Sphinx):
app.config.lief_gh_sponsor_url = "https://github.com/sponsors/lief-project"
app.config.lief_extended_url = "https://extended.lief.re/"
app.config.lief_extended_email = "extended@lief.re"
app.config.lief_llvm_version = "20.1.2"
app.config.lief_llvm_version = "20.1.3"
app.config.lief_rust_doc_base_url = "https://lief.re/doc/stable/rust"
app.config.lief_rust_doc = f"{app.config.lief_rust_doc_base_url}/lief"