From ace5c4afd93a03032d6a4d71bc6c5f3a1b196a4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Apr 2023 18:39:55 +0000 Subject: [PATCH] chore(minor): 2.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.1.0](https://github.com/lorow/OpenIris/compare/v2.0.0...v2.1.0) (2023-04-10) ### 🍕 Features * usb support for esp32s3 ([#47](https://github.com/lorow/OpenIris/issues/47)) ([8e34e31](https://github.com/lorow/OpenIris/commit/8e34e31a2ae9ceed31c2e0c222124b4029b0c130)) --- CHANGELOG.md | 7 +++++++ ESP/ini/dev_config.ini | 2 +- ESP/lib/library.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0fa08..e287b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) > All notable changes to this project will be documented in this file +## [2.1.0](https://github.com/lorow/OpenIris/compare/v2.0.0...v2.1.0) (2023-04-10) + + +### 🍕 Features + +* usb support for esp32s3 ([#47](https://github.com/lorow/OpenIris/issues/47)) ([8e34e31](https://github.com/lorow/OpenIris/commit/8e34e31a2ae9ceed31c2e0c222124b4029b0c130)) + ## [2.0.0](https://github.com/lorow/OpenIris/compare/v1.1.0...v2.0.0) (2023-04-02) diff --git a/ESP/ini/dev_config.ini b/ESP/ini/dev_config.ini index 1c16131..f4d2f0d 100644 --- a/ESP/ini/dev_config.ini +++ b/ESP/ini/dev_config.ini @@ -5,7 +5,7 @@ platform = espressif32 framework = arduino monitor_speed = 115200 -custom_firmware_version = 2.0.0 +custom_firmware_version = 2.1.0 monitor_rts = 0 monitor_dtr = 0 monitor_filters = diff --git a/ESP/lib/library.json b/ESP/lib/library.json index 273aaeb..18cd3fa 100644 --- a/ESP/lib/library.json +++ b/ESP/lib/library.json @@ -20,7 +20,7 @@ "include": "/lib/src" }, "dependencies": {}, - "version": "2.0.0", + "version": "2.1.0", "frameworks": "arduino", "platforms": "espressif32" }