Skip to content
Open
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 +1 @@
{"python/packages/liman_core":"0.1.0","python/packages/liman":"0.1.0-a4","python/packages/liman_openapi":"0.1.0"}
{"python/packages/liman_core":"0.1.0","python/packages/liman":"0.1.0-a4","python/packages/liman_openapi":"0.1.1"}
7 changes: 7 additions & 0 deletions python/packages/liman_openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/gurobokum/liman/compare/liman_openapi_py-v0.1.0...liman_openapi_py-v0.1.1) (2026-05-24)


### 📚 Documentation

* add PyPI badges ([ff9a235](https://github.com/gurobokum/liman/commit/ff9a235a05af3fa8025fc6750f7ecb455ca1cde2))

## [0.1.0](https://github.com/gurobokum/liman/compare/liman_openapi_py-v0.1.0-a1...liman_openapi_py-v0.1.0) (2026-05-03)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from liman_openapi.tool_node import create_tool_nodes

# Don't update the version manually, it is set by the build system.
__version__ = "0.1.0"
__version__ = "0.1.1"

__all__ = ["load_openapi", "create_tool_nodes"]
Loading