Skip to content

Commit

Permalink
all: release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Apr 28, 2022
1 parent f2e1272 commit 7be7a47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.3.0
---

- Add Fonter and Glypher interfaces
- Refactor rotation process
- examples: use build directives for both Go1.17 and earlier versions
- Add boundingbox
- fix: tinyfontgen URL in README (#32)
- Return LineWidth for empty string as 0,0

0.2.1
---

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package tinyfont
// for support purposes.
//
// Update this value before release of new version of software.
const Version = "0.2.1"
const Version = "0.3.0"

0 comments on commit 7be7a47

Please sign in to comment.