Skip to content

Commit 44ac034

Browse files
release 1.23.0
1 parent 083122e commit 44ac034

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

4+
v1.23.0 (2022-04-28)
5+
--------------------
6+
7+
Features
8+
~~~~~~~~
9+
- DDA Implementation `(#534) <https://github.com/AutoFlowResearch/SmartPeak/pull/534>`_
10+
- Added "LCMS DDA Transitions Library Construction" workflow
11+
- Added "LCMS DDA Spectra Library Construction" workflow
12+
- Added "LCMS DDA Spectra Library Matching" workflow
13+
- PickMS1Features renamed Pick2DFeatures
14+
- PickMS2Features renamed Pick3DFeatures
15+
416
v1.22.0 (2022-04-12)
517
--------------------
618

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 22)
96+
set(SMARTPEAK_PACKAGE_VERSION_MINOR 23)
9797
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)
9898

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

0 commit comments

Comments
 (0)