Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
IceBotYT committed Feb 11, 2024
1 parent beb7479 commit 6e76060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.9] - 2024-02-11
### Fixed
- Major makeover of all logic, removed WebSocketMonitor usage.

Expand Down Expand Up @@ -50,7 +52,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Initial functionality

[Unreleased]: https://github.com/IceBotYT/linear-garage-door/compare/0.2.8...master
[Unreleased]: https://github.com/IceBotYT/linear-garage-door/compare/0.2.9...master
[0.2.9]: https://github.com/IceBotYT/linear-garage-door/compare/0.2.8...0.2.9
[0.2.8]: https://github.com/IceBotYT/linear-garage-door/compare/0.2.7...0.2.8
[0.2.7]: https://github.com/IceBotYT/linear-garage-door/compare/0.2.6...0.2.7
[0.2.6]: https://github.com/IceBotYT/linear-garage-door/compare/0.2.5...0.2.6
Expand All @@ -61,3 +64,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[0.2.1]: https://github.com/IceBotYT/linear-garage-door/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/IceBotYT/linear-garage-door/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/IceBotYT/linear-garage-door/tree/0.1.0

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linear-garage-door"
version = "0.2.8"
version = "0.2.9"
description = "Control Linear Garage Doors with Python"
authors = [
"IceBotYT <icebotyt@outlook.com>",
Expand Down

0 comments on commit 6e76060

Please sign in to comment.