Skip to content

Commit 149854a

Browse files
committed
0.16.0
Automatically generated by python-semantic-release
1 parent 3447f73 commit 149854a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.16.0 (2024-02-23)
6+
7+
### Feature
8+
9+
* Overloaded len function for data sources ([`792657b`](https://github.com/rx-modules/bolt-expressions/commit/792657baa2de8c9f5d88c8e15c22363d97550ce6))
10+
* Add string data source indexing and slicing ([`4b5fa58`](https://github.com/rx-modules/bolt-expressions/commit/4b5fa58cb83efdc6fcfadc3f270631786b7c1298))
11+
12+
### Fix
13+
14+
* Add store result inlining rule ([`006750b`](https://github.com/rx-modules/bolt-expressions/commit/006750bfb95d2ab1c29a95d21e3204c599d8405a))
15+
* Lazy sources should discard previous value when reused ([`2101335`](https://github.com/rx-modules/bolt-expressions/commit/2101335ad560208d2f2f38959f5ea8966c5baf80))
16+
517
## v0.15.0 (2024-02-16)
618

719
### 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.15.0"
1+
__version__ = "0.16.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.15.0"
3+
version = "0.16.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)