Skip to content

Commit fdfd97c

Browse files
release 1.22.0
1 parent 8aa76a7 commit fdfd97c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
SmartPeak Changelog
22
===================
33

4+
v1.22.0 (2022-04-12)
5+
--------------------
6+
7+
Features
8+
~~~~~~~~
9+
- Number of running threads is now an input on the Run Workflow Dialog `(#529) <https://github.com/AutoFlowResearch/SmartPeak/pull/529>`_
10+
- Log messages improved `(#528) <https://github.com/AutoFlowResearch/SmartPeak/pull/528>`_
11+
- Create output folder `(#527) <https://github.com/AutoFlowResearch/SmartPeak/pull/527>`_
12+
13+
Fix
14+
~~~
15+
- Fix loading and exporting for FeatureBackgroundEstimations, FeatureRSDEstimations, QuantitationMethods and StandardsConcentrations `(#532) <https://github.com/AutoFlowResearch/SmartPeak/pull/532>`_
16+
- Fix inclusion/exclusion of points for multiple Calibration display `(#531) <https://github.com/AutoFlowResearch/SmartPeak/pull/531>`_
17+
418
v1.21.0 (2022-03-21)
519
--------------------
620

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
9393
# SmartPeak Version Information
9494
#------------------------------------------------------------------------------
9595
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
96-
set(SMARTPEAK_PACKAGE_VERSION_MINOR 21)
96+
set(SMARTPEAK_PACKAGE_VERSION_MINOR 22)
9797
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)
9898

9999
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)