Skip to content

Commit

Permalink
Merge branch 'master' into feature/add_protocol_state_to_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslombriserdesignwerk authored Sep 26, 2022
2 parents 9a17cc9 + 27fa25e commit 1cff7f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2022-09-22

### Added
- Exception handling for reading mo cert by @ikaratass in https://github.com/SwitchEV/iso15118/pull/133
- Feature/iso din bringup on comemso by @martinbachmanndesignwerk in https://github.com/SwitchEV/iso15118/pull/86
Thank you @martinbachmanndesignwerk for your first contribution ;)

### Changed
- Improvement: Add get_cp_state method to iso15118 interface controller and include cp_status handler by @ikaratass in https://github.com/SwitchEV/iso15118/pull/77
- bumped crypto version to 38.0.1 by @tropxy in https://github.com/SwitchEV/iso15118/pull/137

## [0.10.3] - 2022-09-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion iso15118/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.3"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iso15118"
version = "0.10.3"
version = "0.11.0"
description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC"
authors = ["André Duarte <andre@switch-ev.com>",
"Dr. Marc Mültin <marc@switch-ev.com>",
Expand Down

0 comments on commit 1cff7f7

Please sign in to comment.