diff --git a/CHANGELOG.md b/CHANGELOG.md index 0456f45..4a227cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * Unreleased +* 1.6.0 (2024-07-25) * Add `strncat_P()` to `pgmspace.h`. * Add `ESP.restart()` and `ESP.getChipId()`. See [PR#84](https://github.com/bxparks/EpoxyDuino/pull/84). diff --git a/README.md b/README.md index 4b3930b..2923ba7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The disadvantages are: environments (e.g. 16-bit `int` versus 32-bit `int`, or 32-bit `long` versus 64-bit `long`). -**Version**: 1.5.0 (2022-12-08) +**Version**: 1.6.0 (2024-07-25) **Changelog**: See [CHANGELOG.md](CHANGELOG.md) diff --git a/cores/epoxy/Arduino.h b/cores/epoxy/Arduino.h index 6e7ae2d..7dedfc3 100644 --- a/cores/epoxy/Arduino.h +++ b/cores/epoxy/Arduino.h @@ -14,8 +14,8 @@ #define EPOXY_DUINO_EPOXY_ARDUINO_H // xx.yy.zz => xxyyzz (without leading 0) -#define EPOXY_DUINO_VERSION 10500 -#define EPOXY_DUINO_VERSION_STRING "1.5.0" +#define EPOXY_DUINO_VERSION 10600 +#define EPOXY_DUINO_VERSION_STRING "1.6.0" #include // min(), max() #include // abs() diff --git a/library.json b/library.json index 020c729..e563028 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EpoxyDuino", - "version": "1.5.0", + "version": "1.6.0", "description": "Compile and run Arduino programs natively on Linux, MacOS and FreeBSD.", "keywords": [ "unit-test",