Skip to content

Commit

Permalink
Bump version and add history
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgeib committed Jan 22, 2025
1 parent d7480ee commit c8fe411
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules" ${CMAKE_MODULE_PATH})

project ("warpaffine"
VERSION 0.5.2
VERSION 0.5.3
DESCRIPTION "experimental Deskew operation")

option(WARPAFFINE_BUILD_CLANGTIDY "Build with Clang-Tidy" OFF)
Expand Down
19 changes: 10 additions & 9 deletions documentation/version-history.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version history {#version_history}
============

version | PR | comment
------------------ | ---------------------------------------------------- | ---------------------------------------------------
0.3.0 | N/A | initial release
0.3.1 | [3](https://github.com/ZEISS/warpaffine/pull/3) | bugfix for a crash for "CZIs containing a single brick but have an S-index"
0.3.2 | [5](https://github.com/ZEISS/warpaffine/pull/5) | bugfix for a deadlock in rare case
0.4.0 | [6](https://github.com/ZEISS/warpaffine/pull/6) | set re-tiling id of sub-blocks to allow for more sensible stitching of resulting CZI
0.5.0 | [7](https://github.com/ZEISS/warpaffine/pull/7) | copy attachments from source document
0.5.1 | [8](https://github.com/ZEISS/warpaffine/pull/8) | fix z interval metadata for coverglass transformation
0.5.2 | [8](https://github.com/ZEISS/warpaffine/pull/9) | fix z interval metadata for deskew
version | PR | comment
------------------ |---------------------------------------------------| ---------------------------------------------------
0.3.0 | N/A | initial release
0.3.1 | [3](https://github.com/ZEISS/warpaffine/pull/3) | bugfix for a crash for "CZIs containing a single brick but have an S-index"
0.3.2 | [5](https://github.com/ZEISS/warpaffine/pull/5) | bugfix for a deadlock in rare case
0.4.0 | [6](https://github.com/ZEISS/warpaffine/pull/6) | set re-tiling id of sub-blocks to allow for more sensible stitching of resulting CZI
0.5.0 | [7](https://github.com/ZEISS/warpaffine/pull/7) | copy attachments from source document
0.5.1 | [8](https://github.com/ZEISS/warpaffine/pull/8) | fix z interval metadata for coverglass transformation
0.5.2 | [9](https://github.com/ZEISS/warpaffine/pull/9) | fix z interval metadata for deskew
0.5.3 | [10](https://github.com/ZEISS/warpaffine/pull/10) | prepare changeable illumination angle

0 comments on commit c8fe411

Please sign in to comment.