Skip to content

Commit 7be7a47

Browse files
committed
all: release 0.3.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent f2e1272 commit 7be7a47

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.3.0
2+
---
3+
4+
- Add Fonter and Glypher interfaces
5+
- Refactor rotation process
6+
- examples: use build directives for both Go1.17 and earlier versions
7+
- Add boundingbox
8+
- fix: tinyfontgen URL in README (#32)
9+
- Return LineWidth for empty string as 0,0
10+
111
0.2.1
212
---
313

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package tinyfont
44
// for support purposes.
55
//
66
// Update this value before release of new version of software.
7-
const Version = "0.2.1"
7+
const Version = "0.3.0"

0 commit comments

Comments
 (0)