Skip to content

Commit d952e7e

Browse files
cut 0.8.10 version
1 parent 9232f76 commit d952e7e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0.8.10 - 2023-05-04
2+
3+
- bring C++ back up from regressions - please be careful to read
4+
about the limitations in the manual.
5+
6+
- add t8 C++ simple calculator test case to unit/regression tests
7+
8+
- added GNU style --version and --help flags
9+
10+
- clear warnings across MSVC, GCC and Clang on C and C++.
11+
12+
- various important fixes.
13+
14+
- Flag --x-utf8 no longer generates the raw scanner table, the latter
15+
may be quite substantial and is not used (by definition) when specifying
16+
--x-utf8. This can be a substantial space savings.
17+
18+
- Manual (carburetta.com/manual.html) updated for 0.8.10, including the
19+
innards of utf8 operation which was previously missing.
20+
21+
- In memoriam https://en.wikipedia.org/wiki/Remembrance_of_the_Dead
22+
123
0.8.8 - 2023-04-21
224

325
- critical fixes relative to 0.8.6 and unit/regression testing to help

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77

88
#define CARBURETTA_MAJOR_VER 0
99
#define CARBURETTA_MINOR_VER 8
10-
#define CARBURETTA_PATCH_VER 9
10+
#define CARBURETTA_PATCH_VER 10
1111

1212
#define CARBURETTA_STRINGIFY_i(x) #x
1313
#define CARBURETTA_STRINGIFY(x) CARBURETTA_STRINGIFY_i(x)

0 commit comments

Comments
 (0)