Bump version & update changelog for v0.3
This commit is contained in:
parent
e4fb2f2a7c
commit
7f2c363396
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
# v0.3
|
||||
- Fixed constructor generation with --public flag (#4)
|
||||
- Documented using statement shortcuts in README.md
|
||||
|
||||
# v0.2
|
||||
- Added help - view it by typing `./cscz.exe --help`
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cscz - The C# Class Generator, v0.1
|
||||
cscz - The C# Class Generator, v0.3
|
||||
By Starbeamrainbowlabs (@SBRLabs)
|
||||
Built from https://git.starbeamrainbowlabs.com/sbrl/cscz/
|
||||
|
||||
|
@ -18,4 +18,3 @@ Examples:
|
|||
cat MyDef.cscz | ./cscz
|
||||
|
||||
tee | ./cscz >Carrot.cs
|
||||
|
||||
|
|
Loading…
Reference in a new issue