Skip to content

Commit 6de5534

Browse files
committed
0.15.0
Automatically generated by python-semantic-release
1 parent a2ae2f3 commit 6de5534

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.15.0 (2024-02-16)
6+
7+
### Feature
8+
9+
* Data comparison operator ([`749dd79`](https://github.com/rx-modules/bolt-expressions/commit/749dd79b6e96c4bec0fa79eaff9733982e1649c5))
10+
* Add and/or operator support for sources/lazy sources ([`f8013e9`](https://github.com/rx-modules/bolt-expressions/commit/f8013e94feac584b470ebbadeb861423b24c4416))
11+
* Improved if..elif..else with __multibranch__ ([`1746226`](https://github.com/rx-modules/bolt-expressions/commit/174622679945b3b09634316e212036d195eb51e6))
12+
* Add source branching and comparison operators ([`f8d8ec4`](https://github.com/rx-modules/bolt-expressions/commit/f8d8ec4b3612d080e17808e0a9bf02d3256a3f23))
13+
14+
### Fix
15+
16+
* Strip run execute from commands ([`c8648f2`](https://github.com/rx-modules/bolt-expressions/commit/c8648f229aa2201384d91d0bbcb7a9864133c4b9))
17+
518
## v0.14.0 (2024-02-05)
619

720
### Feature

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.14.0"
1+
__version__ = "0.15.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.14.0"
3+
version = "0.15.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)