From c649408c189db395dddce0985b562e0b94312143 Mon Sep 17 00:00:00 2001 From: Brian Park Date: Thu, 8 Dec 2022 11:54:33 -0800 Subject: [PATCH] Bump version to 1.5.0 --- CHANGELOG.md | 1 + README.md | 2 +- cores/epoxy/Arduino.h | 4 ++-- library.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6baa1..695f9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * Unreleased +* 1.5.0 (2022-12-08) * Support compiling plain `*.c` files in libraries and in the application. * The C files are assumed to be written in C11. * Define the `-D ARDUINO=100` macro. diff --git a/README.md b/README.md index 6946cac..12c5ab8 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.4.0 (2022-11-06) +**Version**: 1.5.0 (2022-12-08) **Changelog**: See [CHANGELOG.md](CHANGELOG.md) diff --git a/cores/epoxy/Arduino.h b/cores/epoxy/Arduino.h index 41e1d85..6e7ae2d 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 10400 -#define EPOXY_DUINO_VERSION_STRING "1.4.0" +#define EPOXY_DUINO_VERSION 10500 +#define EPOXY_DUINO_VERSION_STRING "1.5.0" #include // min(), max() #include // abs() diff --git a/library.json b/library.json index d5d16dd..020c729 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EpoxyDuino", - "version": "1.4.0", + "version": "1.5.0", "description": "Compile and run Arduino programs natively on Linux, MacOS and FreeBSD.", "keywords": [ "unit-test",