Skip to content

Commit dfe4b72

Browse files
committed
Update version to v0.1.12
1 parent eb2683b commit dfe4b72

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,14 @@
134134

135135
### Fixed
136136
- Segmentation fault when PyQT app is reinitialized
137+
138+
## [0.1.12] - 2025-04-11
139+
140+
### Added
141+
* Support for OpenRouter models
142+
* Return token cost when cost mapping is provided
143+
* Support for custom prompts
144+
* Support for parsing Excel and PowerPoint files
145+
146+
### Changed
147+
* Set default `router_priority` to `speed`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lexoid"
3-
version = "0.1.11-1"
3+
version = "0.1.12"
44
description = ""
55
authors = []
66
readme = "README.md"

0 commit comments

Comments
 (0)