Skip to content

Commit cfcbb4e

Browse files
committed
update: prepare for release 0.4.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 6eb0e91 commit cfcbb4e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
0.4.0
2+
---
3+
4+
- **all**
5+
- avoid unneeded heap allocations, especially since embedded display value is interface anyhow
6+
- **build**
7+
- improve Makefile to match other projects
8+
- switch to ghcr.io for docker container
9+
- switch to github actions
10+
- **docs**
11+
- switch badge to GH actions
12+
- update README.md
13+
- **make**
14+
- update so all task works as expected
15+
- **modules**
16+
- update to latest tinygo drivers
17+
- **tinyfontgen**
18+
- remove NULL character
19+
- Added support for generating fonts from ttf (#37)
20+
- **misc**
21+
- add .gitignore
22+
23+
124
0.3.0
225
---
326

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.3.0"
7+
const Version = "0.4.0"

0 commit comments

Comments
 (0)