Skip to content

Commit 8223fba

Browse files
committed
add new gasoline car type
1 parent fe7e1ed commit 8223fba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
375379
Initial 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

weconnect/elements/range_status.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)