Skip to content

Commit

Permalink
Updated version number and CHANGELOG. (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 authored Dec 20, 2022
1 parent 57d3c25 commit 2b146b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.0] - 2022-12-20

### Fixed
* fix: changed the link to the switch blog page on ISO 15118-20 by @tropxy in https://github.com/SwitchEV/iso15118/pull/175
* feat: remove argument from UDP server by @snorkman88 in https://github.com/SwitchEV/iso15118/pull/178

### Changed
* Feat/log secc settings by @santiagosalamandri in https://github.com/SwitchEV/iso15118/pull/176

### Added
* Support 15118-20 DC BPT by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/169

## [0.14.2] - 2022-12-05

### Changed
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.14.2"
__version__ = "0.15.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.14.2"
version = "0.15.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 2b146b4

Please sign in to comment.