Skip to content

Commit

Permalink
Updated version number to 0.25.0 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 authored Jan 24, 2024
1 parent fedf1b9 commit a0312a7
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 135 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.25.0] - 2024-01-23
* JTT-529: Changed order of validation. Start with checking validity of availabl… by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/350
* chore(deps-dev): bump black from 23.11.0 to 23.12.0 by @dependabot in https://github.com/SwitchEV/iso15118/pull/352
* fix evse data context update in DIN CPD by @tropxy in https://github.com/SwitchEV/iso15118/pull/366
* jtt-550_ignore_incorrect_mo_root_on_disk by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/358
* Fix for connection reset error by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/365
* New EVCC config isAliveAfterSession introduced by @touchlinux in https://github.com/SwitchEV/iso15118/pull/361
* Added optional is_precharge flag to send_charging_command by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/364
* fix: potential issue with divide by 0 and added interface tests by @tropxy in https://github.com/SwitchEV/iso15118/pull/369
* EVCC enable charging and fix for DIN EVSE initiated stop by @heavyweight87 in https://github.com/SwitchEV/iso15118/pull/368
* Add option to close tcp reader from SECC by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/370

## [0.24.0] - 2023-12-13
* Big refactoring of EVSE/EVData by @tropxy in https://github.com/SwitchEV/iso15118/pull/337

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.24.0"
__version__ = "0.25.0"
Loading

0 comments on commit a0312a7

Please sign in to comment.