Skip to content

Commit a335f2d

Browse files
committed
update: prepare for release 0.4.0
Signed-off-by: deadprogram <[email protected]>
1 parent 6bc3d83 commit a335f2d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
0.4.0
2+
---
3+
4+
- **build**
5+
- switch to ghcr.io for docker container
6+
- switch to github actions
7+
- **docs**
8+
- switch badge to GH actions
9+
- update README.md
10+
- **test**
11+
- correct Go formatting for test file
12+
- **modules**
13+
- update to latest tinygo drivers
14+
- **misc**
15+
- add .gitignore

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2020 TinyGo Authors. All rights reserved.
1+
Copyright (c) 2019-2023 TinyGo Authors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package tinydraw
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)