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 <[email protected]>
  • Loading branch information
deadprogram committed Jun 11, 2023
1 parent 6bc3d83 commit a335f2d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
0.4.0
---

- **build**
- switch to ghcr.io for docker container
- switch to github actions
- **docs**
- switch badge to GH actions
- update README.md
- **test**
- correct Go formatting for test file
- **modules**
- update to latest tinygo drivers
- **misc**
- add .gitignore
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2020 TinyGo Authors. All rights reserved.
Copyright (c) 2019-2023 TinyGo Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
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 tinydraw
// 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 a335f2d

Please sign in to comment.