File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 77
88# ruff: noqa: E402
99
10- __version__ = '0.1.2 '
10+ __version__ = '0.1.3 '
1111
1212import importlib
1313
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ changelog = "https://github.com/espressif/esp-bool-parsers/blob/main/CHANGELOG.m
5252
5353[tool .commitizen ]
5454name = " cz_conventional_commits"
55- version = " 0.1.2 "
55+ version = " 0.1.3 "
5656tag_format = " v$version"
5757version_files = [
5858 " esp_bool_parser/__init__.py" ,
You can’t perform that action at this time.
0 commit comments