Skip to content

Commit

Permalink
updated CHANGELOG (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tropxy authored Jun 28, 2022
1 parent 4568677 commit 1254135
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env.dev.docker
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SLAC Settings
SLAC_INIT_TIMEOUT=1000
ATTEN_RESULTS_TIMEOUT=2000

# LOG Settings
LOG_LEVEL="DEBUG"
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.2] - 2022-06-28

- add License file to the repo by @tropxy in https://github.com/SwitchEV/pyslac/pull/28
- Added ATTEN_RESULTS_TIMEOUT as an ENV by @tropxy in https://github.com/SwitchEV/pyslac/pull/30
- Change/atten result timeout validation by @tropxy in https://github.com/SwitchEV/pyslac/pull/31

## [0.8.1] - 2022-05-24

### Changed

- bumped version to be published in pypi server by @tropxy in https://github.com/SwitchEV/pyslac/pull/27

## [0.8.0] - 2022-05-24

### Changed

- switched the package upload to public pypi server by @tropxy in https://github.com/SwitchEV/slac/pull/24
- refactored the package name to pyslac by @tropxy in https://github.com/SwitchEV/pyslac/pull/26

Expand All @@ -27,12 +35,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- removed references of the switch mqtt API by @tropxy in https://github.com/SwitchEV/slac/pull/18
- removed references of the switch mqtt API by @tropxy in https://github.com/SwitchEV/slac/pull/18

### Added

- added enable_hlc_charging as a method of SlacSessionController by @tropxy in https://github.com/SwitchEV/slac/pull/19

- added enable_hlc_charging as a method of SlacSessionController by @tropxy in https://github.com/SwitchEV/slac/pull/19

## [0.6.0] - 2022-04-12

Expand Down
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 = "pyslac"
version = "0.8.1"
version = "0.8.2"
description = "SLAC Protocol implementation, defined in ISO15118-3"
authors = ["André Duarte <andre@switch-ev.com, andre14x@gmail.com>"]

Expand Down

0 comments on commit 1254135

Please sign in to comment.