Version bump.

This commit is contained in:
jupfi 2024-05-27 19:30:59 +02:00
parent 979f92235c
commit e95dc4e4ea
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## Version 0.0.12 (27-05-2024)
- Implemented loading and saving of settings and default settings (`6496ec6824da33fa41a38e26fdcac9a03ceb51fb`)
## Version 0.0.11 (20-05-2024)
- Measurements are now run in a separate worker thread to prevent the GUI from freezing (`27865aa6d44158e74c0e537be8407c12b4e3725b`)

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "nqrduck-spectrometer"
version = "0.0.11"
version = "0.0.12"
authors = [
{ name="jupfi", email="support@nqruck.cool" },
]