Skip to content

Commit

Permalink
bump to v0.3.0 - for c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 18, 2024
1 parent 3a6ea6d commit 2f6b7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(VERSION 0.2.5.0)
set(VERSION 0.3.0.0)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
![CMake Build Matrix](https://github.com/hedzr/undo-cxx/workflows/CMake%20Build%20Matrix/badge.svg?event=release)
--> [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/hedzr/undo-cxx.svg?label=release)](https://github.com/hedzr/undo-cxx/releases)

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

## Newest

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

0 comments on commit 2f6b7c8

Please sign in to comment.