Skip to content

Commit ce20372

Browse files
committed
bump to v0.2.3 - for cxx20
1 parent da7e8d6 commit ce20372

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
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.1.0)
1+
set(VERSION 0.2.3.0)

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CHANGELOG
2+
3+
- v0.2.3 - build passed for c++20
4+
- v0.2.1 - first public release with c++17 support

README.md

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

7-
`fsm-cxx` is a finite state machina library for C++17, header-only, light-weight but full-featured, and designed for easy binding and friendly programmatic interface.
7+
`fsm-cxx` is a finite state machina library for C++17/C++20.
8+
It is header-only, light-weight but full-featured.
9+
It is designed for easy binding and friendly programmatic interface.
810

911
## Features
1012

@@ -14,9 +16,9 @@
1416
- Transition conditions (input action)
1517
- Event payload (classes)
1618
- Thread Safe (`safe_machine_t<>`)
17-
- [ ] Inheritance of states and action functions
18-
- [ ] Documentations (NOT YET)
19-
- [ ] Examples (NOT YET)
19+
- ~~[ ] Inheritance of states and action functions~~
20+
- ~~[ ] Documentations (NOT YET)~~
21+
- ~~[ ] Examples (NOT YET)~~
2022

2123
---
2224

0 commit comments

Comments
 (0)