Skip to content

Commit

Permalink
Bump version: 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpongelli committed Feb 19, 2023
1 parent 508cf8d commit e8f2e02
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.1.0 (2023-02-20)

### Feat

- new test for json generation, remove temp files
- new test for dict saving
- handle signals, saving partial dict.
- use event instead of bool to prompt waiting user
- save partial dict when nothing listened, skip combination if previously saved
- extract partial_inc from file saved, input filename as path in init
- remove tmp file when saving final dict
- load partial file plus tests
- save partial dictionary listened
- wait user input after a set of code listened, save to json that will be loaded on nex run to skip already read combinations

### Fix

- wait before first code if codes were loaded from previous file

## 1.0.0 (2022-12-18)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion broadlink_listener/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = "Gabriele Pongelli"
__email__ = "[email protected]"
__version__ = "1.0.0"
__version__ = "1.1.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "broadlink-listener"
version = "1.0.0"
version = "1.1.0"
homepage = "https://github.com/gpongelli/broadlink-listener"
description = "Broadlink IR codes listener and SmartIR json generator."
authors = ["Gabriele Pongelli <[email protected]>"]
Expand Down Expand Up @@ -103,7 +103,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.0"
version = "1.1.0"
version_files = [
"broadlink_listener/__init__.py:__version__",
"pyproject.toml:version"
Expand Down

0 comments on commit e8f2e02

Please sign in to comment.