Skip to content

Commit b5524ac

Browse files
committed
advance version number for release
1 parent e86ee93 commit b5524ac

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.3] - 2024-04-06
4+
5+
### Fixed
6+
7+
- Fix nullptr access in endTransaction ([#275](https://github.com/matth-x/MicroOcpp/pull/275))
8+
- Backport: Fix building with debug level warn and error
9+
310
## [1.0.2] - 2024-03-24
411

512
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If compiled with the Arduino integration:
6767

6868
- [Links2004/arduinoWebSockets](https://github.com/Links2004/arduinoWebSockets) (version `2.4.1`)
6969

70-
In case you use PlatformIO, you can copy all dependencies from `platformio.ini` into your own configuration file. Alternatively, you can install the full library with dependencies by adding `matth-x/[email protected].2` in the PIO library manager.
70+
In case you use PlatformIO, you can copy all dependencies from `platformio.ini` into your own configuration file. Alternatively, you can install the full library with dependencies by adding `matth-x/[email protected].3` in the PIO library manager.
7171

7272
## OCPP 2.0.1 and ISO 15118
7373

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MicroOcpp",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "OCPP 1.6 Client for microcontrollers",
55
"keywords": "OCPP, 1.6, OCPP 1.6, Smart Energy, Smart Charging, client, ESP8266, ESP32, Arduino, esp-idf, EVSE, Charge Point",
66
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MicroOcpp
2-
version=1.0.2
2+
version=1.0.3
33
author=Matthias Akstaller
44
maintainer=Matthias Akstaller
55
sentence=OCPP 1.6 Client for microcontrollers

src/MicroOcpp/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define MO_VERSION "1.0.2"
1+
#define MO_VERSION "1.0.3"

0 commit comments

Comments
 (0)