Skip to content

Commit

Permalink
Bumped version to 0.14.0 and updated Changelog (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 authored Nov 22, 2022
1 parent a344002 commit 7e4c16d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0] - 2022-11-22

### Fixed
* feat: run code qual and tests in gha by @mdwcrft in https://github.com/SwitchEV/iso15118/pull/147
* fix: use utcnow() to check certificate validity by @rstanchak in https://github.com/SwitchEV/iso15118/pull/151
* fix: cleanup template dockerfile by @mdwcrft in https://github.com/SwitchEV/iso15118/pull/109
* Fix/genchallange invalid by @ikaratass in https://github.com/SwitchEV/iso15118/pull/154
* Fix/set present by @ikaratass in https://github.com/SwitchEV/iso15118/pull/159
* Fix: UDP server bind issue after PR#161 by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/164
* Fix:service detail res by @ikaratass in https://github.com/SwitchEV/iso15118/pull/144
* genchallange check has been added for Authorization by @ikaratass in https://github.com/SwitchEV/iso15118/pull/135
* Fix tc secc ac vtb power delivery 010 by @ikaratass in https://github.com/SwitchEV/iso15118/pull/150

### Changed
* Update udp socket to bind to specific interface by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/161
* feat: interface added for pause and terminate by @ikaratass in https://github.com/SwitchEV/iso15118/pull/155
* Minor logging improvement. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/162
* Feat/external auth by @ikaratass in https://github.com/SwitchEV/iso15118/pull/163

### New Contributors
* @rstanchak made their first contribution in https://github.com/SwitchEV/iso15118/pull/151

## [0.13.0] - 2022-10-17

### Fixed
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.13.0"
__version__ = "0.14.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.13.0"
version = "0.14.0"
description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC"
authors = ["André Duarte <[email protected]>",
"Dr. Marc Mültin <[email protected]>",
Expand Down

0 comments on commit 7e4c16d

Please sign in to comment.