File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.29.0] ( https://github.com/fabiocaccamo/python-benedict/releases/tag/0.29.0 ) - 2023-03-09
8+ - ` NEW ` Add ` keyattr ` * (keys as attributes)* support. (#257 )
9+ - ` NEW ` Separate installation targets (extras requires). #200 (#258 )
10+ - Fix set state when loading from pickle.
11+ - Improve tests coverage.
12+ - Upgrade syntax for ` Python >= 3.8 ` .
13+ - Reformat and cleanup code.
14+ - Move ` flake8 ` config to ` setup.cfg ` .
15+ - Increase ` flake8 ` checks.
16+ - Add ` flake8-bugbear ` to ` pre-commit ` .
17+ - Run ` flake8 ` also on tests files.
18+ - Run ` pre-commit ` also with ` tox ` .
19+ - Rename default branch from ` master ` to ` main ` .
20+ - Bump requirements.
21+
722## [ 0.28.3] ( https://github.com/fabiocaccamo/python-benedict/releases/tag/0.28.3 ) - 2023-01-12
823- Remove ` tests/ ` from dist.
924- Bump requirements.
Original file line number Diff line number Diff line change 88__email__ = "fabio.caccamo@gmail.com"
99__license__ = "MIT"
1010__title__ = "benedict"
11- __version__ = "0.28.3 "
11+ __version__ = "0.29.0 "
You can’t perform that action at this time.
0 commit comments