Skip to content

Commit

Permalink
update: prepare for release 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Jun 11, 2023
1 parent 6eb0e91 commit cfcbb4e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.4.0
---

- **all**
- avoid unneeded heap allocations, especially since embedded display value is interface anyhow
- **build**
- improve Makefile to match other projects
- switch to ghcr.io for docker container
- switch to github actions
- **docs**
- switch badge to GH actions
- update README.md
- **make**
- update so all task works as expected
- **modules**
- update to latest tinygo drivers
- **tinyfontgen**
- remove NULL character
- Added support for generating fonts from ttf (#37)
- **misc**
- add .gitignore


0.3.0
---

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

0 comments on commit cfcbb4e

Please sign in to comment.