Skip to content

Commit a474220

Browse files
committed
bump: version 0.1.2 → 0.1.3
1 parent 798dcde commit a474220

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## v0.1.3 (2025-05-21)
6+
7+
### Perf
8+
9+
- add lru_cache for all `get_value`
10+
- use `any` or `all` instead of for-loop
11+
12+
## v0.1.2 (2025-01-07)
13+
14+
### Feat
15+
16+
- module level lazy load
17+
18+
### Fix
19+
20+
- add BoolStrm to __all__
21+
22+
## v0.1.1 (2025-01-07)
23+
24+
### Feat
25+
26+
- add py.typed file
27+
528
## v0.1.0 (2025-01-02)
629

730
### Added

esp_bool_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# ruff: noqa: E402
99

10-
__version__ = '0.1.2'
10+
__version__ = '0.1.3'
1111

1212
import importlib
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ changelog = "https://github.com/espressif/esp-bool-parsers/blob/main/CHANGELOG.m
5252

5353
[tool.commitizen]
5454
name = "cz_conventional_commits"
55-
version = "0.1.2"
55+
version = "0.1.3"
5656
tag_format = "v$version"
5757
version_files = [
5858
"esp_bool_parser/__init__.py",

0 commit comments

Comments
 (0)