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.0","python/packages/liman_finops":"0.1.0"}
27 changes: 27 additions & 0 deletions python/packages/liman_finops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 0.1.0 (2026-05-25)


### ✨ Features

* **liman_finops:** add Node calls count metric ([257bc2d](https://github.com/gurobokum/liman/commit/257bc2d880cf7d836ca2ac9677159083f7088cd9))
* **liman_finops:** add OTel intestrumentor ([bd72608](https://github.com/gurobokum/liman/commit/bd72608411f9884337a82a0ddd921d580bf8afa7))
* **liman_finops:** instrument langchain ChatOpenAI ainvoke ([711dc1e](https://github.com/gurobokum/liman/commit/711dc1edb88d4932c00ade8ea4891850ddbece46))
* **liman_finops:** track AgentNode ([727e2d0](https://github.com/gurobokum/liman/commit/727e2d045392129237534b5e2014b0d3e99ee623))


### 🛠 Code Refactoring

* **liman_finops:** eject token pricing to the separated module ([4dbd148](https://github.com/gurobokum/liman/commit/4dbd148f3a459ac92ade0d12bd8fb98d100f1d6c))
* **liman_finops:** rework versioning ([57e9c8c](https://github.com/gurobokum/liman/commit/57e9c8c7eb815af5c019aacd09fbe135b333c910))


### 📚 Documentation

* add codecov badges for python code ([e2da9c4](https://github.com/gurobokum/liman/commit/e2da9c412bf58f6821cd5f1a0533a27f45e98f2f))


### ♻️ Tests

* **liman_finops:** add dummy test ([0ba4ed7](https://github.com/gurobokum/liman/commit/0ba4ed75b70edb688456552514daefeec4359a58))
2 changes: 1 addition & 1 deletion python/packages/liman_finops/src/liman_finops/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't update the version manually, it is set by the build system.
__version__ = "0.1.0-a0"
__version__ = "0.1.0"
Loading