Skip to content

Commit

Permalink
add "version-history"
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Mar 13, 2024
1 parent 844b3f5 commit 32af2b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.2.2
VERSION 0.3.0
DESCRIPTION "experimental Deskew operation")

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

version | PR | comment
------------------ | ---------------------------------------------------- | ---------------------------------------------------
0.3.0 | N/A | initial release

0 comments on commit 32af2b9

Please sign in to comment.