mirror of
https://github.com/nqrduck/nqrduck-spectrometer-limenqr.git
synced 2025-01-02 20:38:07 +00:00
Version bump.
This commit is contained in:
parent
63b2908eb2
commit
d2fb242093
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,14 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.0.7 (22-05-2024)
|
||||||
|
|
||||||
|
- Improved error handling for failed measurements (`63b2908eb2fb3586e7ae9423036031ec31ea90b2`)
|
||||||
|
|
||||||
## Version 0.0.6 (05-05-2024)
|
## Version 0.0.6 (05-05-2024)
|
||||||
|
|
||||||
- Added a dwell time setting for receiving. Additionally the sampling frequency is now settable. (`1a6342e4cb3ee5a351547dc389873f9ce8f20a15`)
|
- Added a dwell time setting for receiving. Additionally the sampling frequency is now settable. (`1a6342e4cb3ee5a351547dc389873f9ce8f20a15`)
|
||||||
- Measurements now have a name (`1bceba1a0f57ce168564cadecb30152020ca509c`)
|
- Measurements now have a name (`1bceba1a0f57ce168564cadecb30152020ca509c`)
|
||||||
|
|
||||||
### Version 0.0.5 (26-04-2024)
|
### Version 0.0.5 (26-04-2024)
|
||||||
|
|
||||||
- Added support for the new formbuilder provided by the nqrduck core
|
- Added support for the new formbuilder provided by the nqrduck core
|
||||||
|
|
||||||
### Version 0.0.4 (23-04-2024)
|
### Version 0.0.4 (23-04-2024)
|
||||||
|
|
||||||
- Automatic PyPi deployment
|
- Automatic PyPi deployment
|
||||||
|
|
||||||
### Version 0.0.3 (15-04-2024)
|
### Version 0.0.3 (15-04-2024)
|
||||||
- Initial release
|
|
||||||
|
- Initial release
|
||||||
|
|
|
@ -7,7 +7,7 @@ allow-direct-references = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "nqrduck-spectrometer-limenqr"
|
name = "nqrduck-spectrometer-limenqr"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="jupfi", email="support@nqrduck.cool" },
|
{ name="jupfi", email="support@nqrduck.cool" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue