Skip to content

Commit

Permalink
Updated Changelog (#7)
Browse files Browse the repository at this point in the history
* Updated Changelog

* fixed typo
  • Loading branch information
tropxy authored Dec 20, 2021
1 parent 27e0ad7 commit 308fe06
Showing 1 changed file with 41 additions and 7 deletions.
48 changes: 41 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,47 @@
# Change log
# Changelog

## 0.2.0 (2021-11-30)
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Improvements
* [#3](https://github.com/SwitchEV/slac/pull/3) Added env settings using environs lib, updated readme and docker compose files by @tropxy
## [Unreleased]

### Bug fixes
* [#2](https://github.com/SwitchEV/slac/pull/2) added PYPI switch as extra-index by @tropxy
## [0.4.0] - 2021-12-20

## 0.1.0 (2021-11-20)
### Added

- Makefile recipe to configure the PyPi credentials directly into pyproject.toml, in
case the usual configuration fails, by @tropxy in https://github.com/SwitchEV/slac/pull/6
- Added Makefile recipe running the EV simulator and to run the project locally
with super user privileges, by @tropxy in https://github.com/SwitchEV/slac/pull/6

### Removed

- Removed unneeded Timeout setting in `readeth` method, by @tropxy in https://github.com/SwitchEV/slac/pull/6

### Changed

- Changed scapy EV simulator example to a more realistic scenario, by @tropxy in https://github.com/SwitchEV/slac/pull/6
- Changed Makefile recipe for local installation to use pip instead of poetry, by @tropxy in https://github.com/SwitchEV/slac/pull/6
- Updated Readme to be in sync with the code and clearer, by @tropxy in https://github.com/SwitchEV/slac/pull/6

### Fixed

- Env settings configuration, by @tropxy in https://github.com/SwitchEV/slac/pull/6

## [0.3.0] - 2021-11-30

- Added Config by @tropxy in https://github.com/SwitchEV/slac/pull/5

## [0.2.0] - 2021-11-30

### Added

- [#3](https://github.com/SwitchEV/slac/pull/3) Added env settings using environs lib, updated readme and docker compose files by @tropxy

### Fixed

- [#2](https://github.com/SwitchEV/slac/pull/2) added PYPI switch as extra-index by @tropxy

## [0.1.0] - 2021-11-20

- Initial release.

0 comments on commit 308fe06

Please sign in to comment.