ReleaseNotes

This commit is contained in:
Stef Heyenrath
2021-07-26 14:28:38 +00:00
parent 86ef9ede98
commit d7cb238cb9
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
https://github.com/StefH/GitHubReleaseNotes
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version 0.0.3
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version 0.0.4
+4
View File
@@ -1,3 +1,7 @@
# 0.0.4 (26 July 2021)
- [#15](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/15) - Fix issue #4 (string?) [bug] contributed by [StefH](https://github.com/StefH)
- [#4](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/4) - mapper is used for `string?` / there is a case where _mapper is used but not assigned [bug]
# 0.0.3 (25 July 2021)
- [#1](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/1) - Fix namespace [bug] contributed by [StefH](https://github.com/StefH)