Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Nov 30, 2024
1 parent 5a13390 commit e9bbb30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

### Version 1.0.1 (November 30 2024)
+ enhancement: Relaxed Python version constraints.
+ enhancement: Bumped PySide6 to version 6.8.
+ enhancement: Bumped Python to version 3.12.
+ bugfix: Improved sensor UUID validation (#41).

### Version 1.0.0 (April 29 2024)
+ enhancement: Added docs on building macOS with PyInstaller in order to deal with Bluetooth permissions.
+ enhancements: Show version in GUI.
+ enhancements: Removed PyQtGraph and NumPy dependencies.
+ enhancements: Bumped PySide6 to version 6.7.0.
+ enhancements: Bumped Python to version 3.11.
+ enhancement: Show version in GUI.
+ enhancement: Removed PyQtGraph and NumPy dependencies.
+ enhancement: Bumped PySide6 to version 6.7.0.
+ enhancement: Bumped Python to version 3.11.

### Version 0.2.0 (April 23, 2022)
+ enhancement: Removed recording of Redis channels (removed Redis dependency).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "OpenHRV"
version = "1.0.0"
version = "1.0.1"
# Support all Python versions that are compatible with the PySide6 version.
# See compatibility matrix at https://wiki.qt.io/Qt_for_Python.
requires-python = ">= 3.9"
Expand Down

0 comments on commit e9bbb30

Please sign in to comment.