Skip to content

Commit

Permalink
Add release_note.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Feb 19, 2023
1 parent cb89617 commit bdf50cb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions release_note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
v0.3.0
=======
Feb 19, 2023

- Add options: -prefix, -uppercamel and -lowercamel
- Fix: unsigned long value was output as long value

v0.2.0
======
Feb 15, 2023

- Display the commands to be executed to STDERR
- `go fmt` no longer needs to modify Go source
- Insert space before and after `=`
- Use LF instead of CRLF
- Add -nofmt option to call `go fmt`
- Use "./a.out" and ".\\a.exe" instead of "a.out" and "a.exe"

v0.1.0
======
Sep 14, 2021

- The first version

0 comments on commit bdf50cb

Please sign in to comment.