File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55## [ Unreleased]
66- No unreleased changes so far
77
8+ ## [ 0.26.0] - 2021-12-08
9+ ### Added
10+ - Add new gasoline car type
11+
812## [ 0.25.1] - 2021-12-01
913### Fixed
1014- Fixed missing readiness_status module
@@ -374,7 +378,8 @@ Minor fix in observer interface
374378## [ 0.1.0] - 2021-05-26
375379Initial release
376380
377- [ unreleased ] : https://github.com/tillsteinbach/WeConnect-python/compare/v0.25.1...HEAD
381+ [ unreleased ] : https://github.com/tillsteinbach/WeConnect-python/compare/v0.26.0...HEAD
382+ [ 0.26.0 ] : https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.26.0
378383[ 0.25.1 ] : https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.25.1
379384[ 0.25.0 ] : https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.25.0
380385[ 0.24.0 ] : https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.24.0
Original file line number Diff line number Diff line change @@ -138,4 +138,5 @@ class EngineType(Enum,):
138138 class CarType (Enum ,):
139139 ELECTRIC = 'electric'
140140 HYBRID = 'hybrid'
141+ GASOLINE = 'gasoline'
141142 UNKNOWN = 'unknown open state'
You can’t perform that action at this time.
0 commit comments