Skip to content

Commit

Permalink
Down-bumped version number to v0.10.2 since there were few changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolt committed Jun 25, 2022
1 parent 7dafbcf commit 8e533fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## v0.11.0
- Support for Unicode codepoints outside of the Basic Multilingual Plane
## v0.10.2
- Support for Unicode codepoints outside of the Basic Multilingual Plane.
Things like Hieroglyphs should work now! (Courtesy of `@flying-kestrel`!)

## v0.10.1
- Fixed build on Mac OS (correct integer type usage)
Expand Down
2 changes: 1 addition & 1 deletion schrift.3
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Similarly, the only kind of font file supported right now
are TrueType (.ttf) fonts (Some OpenType fonts might work too,
as OpenType is effectively a superset of TrueType).
.sp
As of v0.11.0, there is no support for right-to-left scripts
As of v0.10.2, there is no support for right-to-left scripts
.Em yet .
.sp
.Nm
Expand Down
2 changes: 1 addition & 1 deletion schrift.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include "schrift.h"

#define SCHRIFT_VERSION "0.11.0"
#define SCHRIFT_VERSION "0.10.2"

#define FILE_MAGIC_ONE 0x00010000
#define FILE_MAGIC_TWO 0x74727565
Expand Down

0 comments on commit 8e533fd

Please sign in to comment.