Skip to content

Commit

Permalink
bump to v0.2.25
Browse files Browse the repository at this point in the history
- better code style
- follow windows virtual environment changed in adaptation
  • Loading branch information
hedzr committed May 12, 2022
1 parent 7ccdb9b commit 98ca0fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.23.0)
set(VERSION 0.2.25.0)
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ See also golang version: [cmdr](https://github.com/hedzr/cmdr).

## Status

- *WIP*: v0.2.25 - ticker;
- *WIP*: v0.3.0 - ticker, and more;
- v0.2.25 - follow windows virtual environment changed in adaptation; format codes with better style
- v0.2.23 - improved ci scripts, traits, detections, and more for better cross-platform portability;
- v0.2.21 - bug fixed; add more utilities: mmap, thread pool, factory, pipeable, ...;
- v0.2.20 - changed OS_xxx macros; added more portability;
Expand All @@ -105,7 +106,9 @@ See also golang version: [cmdr](https://github.com/hedzr/cmdr).

- gcc 10+: passed
- clang 12+: passed
- msvc build tool 16.7.2, 16.8.5 (VS2019 or Build Tool) passed
- msvc build tool:
- 17.2.32505.173 (VS2022 or Build Tool) passed
- OLD: 16.7.2, 16.8.5 (VS2019 or Build Tool) passed



Expand Down

0 comments on commit 98ca0fd

Please sign in to comment.