Skip to content

Commit

Permalink
add readme then generate stable single header.
Browse files Browse the repository at this point in the history
  • Loading branch information
levalup committed Jul 1, 2024
1 parent d61cdcb commit c522d9d
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,30 @@

--------------------------------

## v0.1.1
## v0.1.2

> Date: 2024-07-01
### New features

- Add CI workflows.
- Test latest ubuntu/windows gcc, clang and cl.
- Test classic GCC 4.8.5 with libuv 1.44.2.
- Test GCC 5, 6, 7, 8, 9, 10, 11, 12, latest.
- Test GCC with -std=11, 14, 17.
- Test MacOS with Xcode(Clang).
- Test MinGW.
- Test MSVC with /std:11, 14, 17.
- Test single header.

### Bug fix

- Fix the issue that the generated single header file may vary in different environments,
- which leads to compilation errors.

--------------------------------

## v0.1.2

> Date: 2024-06-28
Expand Down

0 comments on commit c522d9d

Please sign in to comment.