Skip to content

Commit 8335232

Browse files
committed
Prepare for release 0.3.0
Signed-off-by: deadprogram <[email protected]>
1 parent 5d4ddbb commit 8335232

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
0.3.0
2+
---
3+
4+
- **all**
5+
- add .gitignore
6+
- **build**
7+
- add Makefile and GH Actions workflow
8+
- add 'make test' alias to Makefile
9+
- switch to ghcr.io for docker container
10+
- **docs**
11+
- add GH action badge to README
12+
- add godoc explanations and general header about what this package does
13+
- explain what the different examples are and how to run them
14+
- **examples**
15+
- correct go fmt of pybadge example
16+
- unify with initdisplay and add gopher-badge
17+
- examples/initdisplay/pybadge: fix rotation
18+
- **license**
19+
- add same license file as the rest of TinyGo
20+
- **modules**
21+
- update to latest drivers
22+
- **core**
23+
- handle displays without hardware scrolling (#4)

version.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package tinyterm
2+
3+
// Version returns a user-readable string showing the version
4+
// of the TinyTerm package for support purposes.
5+
//
6+
// Update this value before release of new version of software.
7+
const Version = "0.3.0"

0 commit comments

Comments
 (0)