Update `CHANGELOG` and version.
This commit is contained in:
parent
5ac299d1e7
commit
cfc9113db1
|
@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.27.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.27.0) - 2022-10-12
|
||||||
|
- Add `s3` support to I/O operations. #17 (#126)
|
||||||
|
- Fix subclasses type. #115 (#124)
|
||||||
|
|
||||||
## [0.26.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.26.0) - 2022-10-09
|
## [0.26.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.26.0) - 2022-10-09
|
||||||
- Add `xls` files (`.xlsx`, `.xlsm`, `.xls`) support (read-only). #70 (#122)
|
- Add `xls` files (`.xlsx`, `.xlsm`, `.xls`) support (read-only). #70 (#122)
|
||||||
|
|
|
@ -10,4 +10,4 @@ __description__ = (
|
||||||
__email__ = "fabio.caccamo@gmail.com"
|
__email__ = "fabio.caccamo@gmail.com"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__title__ = "benedict"
|
__title__ = "benedict"
|
||||||
__version__ = "0.26.0"
|
__version__ = "0.27.0"
|
||||||
|
|
Loading…
Reference in New Issue