Skip to content

Commit 2ff607c

Browse files
committed
Update CHANGELOG and version.
1 parent 5def5b3 commit 2ff607c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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.

benedict/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
__email__ = "fabio.caccamo@gmail.com"
99
__license__ = "MIT"
1010
__title__ = "benedict"
11-
__version__ = "0.28.3"
11+
__version__ = "0.29.0"

0 commit comments

Comments
 (0)