mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update version and changelog for v0.28.1
This commit is contained in:
@@ -2,6 +2,27 @@
|
||||
Version History
|
||||
***************
|
||||
|
||||
0.28.1 - 2025-08-11
|
||||
===================
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
- The lifetime of :cpp:any:`loot::PluginInterface` pointers did not match their
|
||||
documented lifetimes in v0.28.0.
|
||||
- :cpp:any:`loot::CyclicInteractionError::GetCycle()` did not return the correct
|
||||
cycle data in v0.28.0.
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
- The error message for an invalid plugin metadata name regex now includes the
|
||||
invalid value.
|
||||
- The error messages of ``std::invalid_argument`` errors now include the full
|
||||
chain of error details instead of just the top-level error message.
|
||||
- The Rust API Reference page of this documentation now links to the docs.rs
|
||||
page for the latest version of libloot.
|
||||
|
||||
0.28.0 - 2025-08-02
|
||||
===================
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "libloot-docs"
|
||||
version = "0.28.0"
|
||||
version = "0.28.1"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"breathe==4.36.0",
|
||||
|
||||
Generated
+1
-1
@@ -139,7 +139,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "libloot-docs"
|
||||
version = "0.28.0"
|
||||
version = "0.28.1"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "breathe" },
|
||||
|
||||
Reference in New Issue
Block a user