Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.58.1"
".": "0.58.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.58.2](https://github.com/VforVitorio/LexFlow/compare/v0.58.1...v0.58.2) (2026-06-15)


### Bug Fixes

* **ci:** regenerate locks so npm ci accepts the overrides + skip-editable pip-audit ([92e4401](https://github.com/VforVitorio/LexFlow/commit/92e44011390055d8a2aee1d9ede39f585eaa5bdd))
* **rank:** model every corpus LawRank so real ranks stop bucketing to OTRO ([#549](https://github.com/VforVitorio/LexFlow/issues/549)) ([764fd2a](https://github.com/VforVitorio/LexFlow/commit/764fd2ab35a0b8cc8290f84eda63ab451e3fd928))
* **rank:** model every corpus LawRank so real ranks stop bucketing to OTRO ([#549](https://github.com/VforVitorio/LexFlow/issues/549)) ([6239338](https://github.com/VforVitorio/LexFlow/commit/6239338a0180ccb5389a33ebccb9f66f2f9f4088))

## [0.58.1](https://github.com/VforVitorio/LexFlow/compare/v0.58.0...v0.58.1) (2026-06-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lexflow"
version = "0.58.1"
version = "0.58.2"
description = "Open source platform for exploring, analyzing and querying Spanish legislation — powered by FastAPI, knowledge graphs and AI."
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down
2 changes: 1 addition & 1 deletion src/lexflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""LexFlow - Open source platform for Spanish legislation exploration and analysis."""

__version__ = "0.58.1"
__version__ = "0.58.2"
14 changes: 1 addition & 13 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading