Skip to content

Commit 2f6b7c8

Browse files
committed
bump to v0.3.0 - for c++20
1 parent 3a6ea6d commit 2f6b7c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(VERSION 0.2.5.0)
1+
set(VERSION 0.3.0.0)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
![CMake Build Matrix](https://github.com/hedzr/undo-cxx/workflows/CMake%20Build%20Matrix/badge.svg?event=release)
55
--> [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/hedzr/undo-cxx.svg?label=release)](https://github.com/hedzr/undo-cxx/releases)
66

7-
`undo-cxx` C++17 library provides a undo/redo subsystem (linear or restricted non-linear).
7+
`undo-cxx` C++17/20 library provides a undo/redo subsystem (linear or restricted non-linear).
88

99
## Newest
1010

11+
- v0.3.0, build passed for c++20
1112
- v0.2.5, upgrade undo-log.hh, undo-util.hh, undo-zcore.hh, and cxx-macros.cmake
1213
- v0.2.3, upgrade cmake scripts
1314
- _v0.2.2_, fixes around the project files

0 commit comments

Comments
 (0)