Skip to content

Commit

Permalink
0.2.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel authored Apr 22, 2024
2 parents eff27f6 + 8b061ec commit f458680
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Changelog

## [0.2.2a2](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/tree/0.2.2a2) (2023-06-27)
## [0.2.3a1](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/tree/0.2.3a1) (2024-04-08)

[Full Changelog](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/compare/0.2.2a1...0.2.2a2)
[Full Changelog](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/compare/0.2.2...0.2.3a1)

**Merged pull requests:**

- Fix typo in response message handling [\#27](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/pull/27) ([NeonDaniel](https://github.com/NeonDaniel))

## [0.2.2a1](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/tree/0.2.2a1) (2023-06-23)

[Full Changelog](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/compare/0.2.1...0.2.2a1)

**Merged pull requests:**

- Explicitly update state before showing persistent animations [\#25](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/pull/25) ([NeonDaniel](https://github.com/NeonDaniel))
- Update ovos-utils to allow 0.X versions [\#29](https://github.com/NeonGeckoCom/neon-phal-plugin-linear_led/pull/29) ([NeonDaniel](https://github.com/NeonDaniel))



Expand Down
2 changes: 1 addition & 1 deletion neon_phal_plugin_linear_led/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from ovos_plugin_manager.templates.phal import PHALPlugin
from ovos_plugin_manager.hardware.led import Color, AbstractLed
from ovos_plugin_manager.hardware.led.animations import BreatheLedAnimation, \
FillLedAnimation, BlinkLedAnimation, AlternatingLedAnimation,\
FillLedAnimation, BlinkLedAnimation, AlternatingLedAnimation, \
animations, LedAnimation
from ovos_utils.network_utils import is_connected

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sj201-interface~=0.0.1
ovos-plugin-manager~=0.0.21
ovos-utils~=0.0.26
ovos-utils~=0.0,>=0.0.26
ovos-bus-client~=0.0.3
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit f458680

Please sign in to comment.