Skip to content

Commit 7e7bc6e

Browse files
committed
0.18.0
Automatically generated by python-semantic-release
1 parent 32a0ab6 commit 7e7bc6e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.18.0 (2025-01-28)
6+
7+
### Feature
8+
9+
* Add temp_score_prefix and const_score_prefix options ([`32a0ab6`](https://github.com/rx-modules/bolt-expressions/commit/32a0ab64d4f1b4971e4a4913c60ad14e49319e4e))
10+
511
## v0.17.1 (2025-01-27)
612

713
### Fix

bolt_expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.17.1"
1+
__version__ = "0.18.0"
22

33
from .api import *
44
from .exceptions import *

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 = "bolt-expressions"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
description = "Provides pandas-like expressions capabilities to the bolt extension of mecha"
55
authors = ["rx97", "TheWii"]
66
license = "MIT"

0 commit comments

Comments
 (0)