Skip to content

Commit

Permalink
release 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud committed May 2, 2022
1 parent 083122e commit 44ac034
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
SmartPeak Changelog
===================

v1.23.0 (2022-04-28)
--------------------

Features
~~~~~~~~
- DDA Implementation `(#534) <https://github.com/AutoFlowResearch/SmartPeak/pull/534>`_
- Added "LCMS DDA Transitions Library Construction" workflow
- Added "LCMS DDA Spectra Library Construction" workflow
- Added "LCMS DDA Spectra Library Matching" workflow
- PickMS1Features renamed Pick2DFeatures
- PickMS2Features renamed Pick3DFeatures

v1.22.0 (2022-04-12)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
# SmartPeak Version Information
#------------------------------------------------------------------------------
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 22)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 23)
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)

#------------------------------------------------------------------------------
Expand Down

0 comments on commit 44ac034

Please sign in to comment.