From 0ef1346f564e2cb3b9dd5dac77d537d8adab2277 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Tue, 17 Oct 2023 19:42:06 +0200 Subject: [PATCH] 0.1.2 AngleConvertor --- libraries/AngleConvertor/AngleConvertor.h | 6 +++--- libraries/AngleConvertor/CHANGELOG.md | 5 ++++- libraries/AngleConvertor/README.md | 16 ++++++++++++++++ libraries/AngleConvertor/library.json | 4 ++-- libraries/AngleConvertor/library.properties | 2 +- 5 files changed, 26 insertions(+), 7 deletions(-) diff --git a/libraries/AngleConvertor/AngleConvertor.h b/libraries/AngleConvertor/AngleConvertor.h index 0866ae50..7609f9ea 100644 --- a/libraries/AngleConvertor/AngleConvertor.h +++ b/libraries/AngleConvertor/AngleConvertor.h @@ -2,16 +2,16 @@ // // FILE: AngleConvertor.h // AUTHOR: Rob Tillaart -// VERSION: 0.1.1 +// VERSION: 0.1.2 // DATE: 2022-12-01 -// PURPOSE: angle conversion class +// PURPOSE: Angle conversion class // URL: https://github.com/RobTillaart/AngleConvertor #include "Arduino.h" -#define ANGLECONVERTOR_LIB_VERSION (F("0.1.1")) +#define ANGLECONVERTOR_LIB_VERSION (F("0.1.2")) ///////////////////////////////////////////////////////////// diff --git a/libraries/AngleConvertor/CHANGELOG.md b/libraries/AngleConvertor/CHANGELOG.md index 9146279e..6ec7e4b0 100644 --- a/libraries/AngleConvertor/CHANGELOG.md +++ b/libraries/AngleConvertor/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.2] - 2023-10-17 +- update readme.md + + ## [0.1.1] - 2023-01-23 - update GitHub actions - update license 2023 @@ -14,7 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - add windrose() (2x) - add example - ## [0.1.0] - 2022-12-01 - initial version diff --git a/libraries/AngleConvertor/README.md b/libraries/AngleConvertor/README.md index 6d5f4cf2..991594ee 100644 --- a/libraries/AngleConvertor/README.md +++ b/libraries/AngleConvertor/README.md @@ -2,8 +2,11 @@ [![Arduino CI](https://github.com/RobTillaart/AngleConvertor/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci) [![Arduino-lint](https://github.com/RobTillaart/AngleConvertor/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/AngleConvertor/actions/workflows/arduino-lint.yml) [![JSON check](https://github.com/RobTillaart/AngleConvertor/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/AngleConvertor/actions/workflows/jsoncheck.yml) +[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/AngleConvertor.svg)](https://github.com/RobTillaart/AngleConvertor/issues) + [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/AngleConvertor/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/RobTillaart/AngleConvertor.svg?maxAge=3600)](https://github.com/RobTillaart/AngleConvertor/releases) +[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/AngleConvertor.svg)](https://registry.platformio.org/libraries/robtillaart/AngleConvertor) # AngleConvertor @@ -143,4 +146,17 @@ See examples. - add more conversions - integrate with **Angle class** ? - printing can be a lot of work +- windrose array in PROGMEM + + +#### Wont + + +## Support + +If you appreciate my libraries, you can support the development and maintenance. +Improve the quality of the libraries by providing issues and Pull Requests, or +donate through PayPal or GitHub sponsors. + +Thank you, diff --git a/libraries/AngleConvertor/library.json b/libraries/AngleConvertor/library.json index e4c0845b..7da568ee 100644 --- a/libraries/AngleConvertor/library.json +++ b/libraries/AngleConvertor/library.json @@ -15,9 +15,9 @@ "type": "git", "url": "https://github.com/RobTillaart/AngleConvertor.git" }, - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", - "frameworks": "arduino", + "frameworks": "*", "platforms": "*", "headers": "AngleConvertor.h" } diff --git a/libraries/AngleConvertor/library.properties b/libraries/AngleConvertor/library.properties index 726f90fc..35b1fa3a 100644 --- a/libraries/AngleConvertor/library.properties +++ b/libraries/AngleConvertor/library.properties @@ -1,5 +1,5 @@ name=AngleConvertor -version=0.1.1 +version=0.1.2 author=Rob Tillaart maintainer=Rob Tillaart sentence=Library to convert between different less known angle formats.