docs(changelog): add v0.3.6 entry and backfill previous versions
All checks were successful
CI / Test (push) Successful in 33s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 20s

- Added changelog entries for v0.3.4 and v0.3.5
- Documented fixes and changes for v0.3.6 including error handling, README updates, and version bumps
This commit is contained in:
Greg Gauthier 2026-03-30 19:02:40 +01:00
parent d476980148
commit c94a64c688

View File

@ -1,3 +1,14 @@
## [v0.3.6] - 2026-03-30
### Fixed
- Handle fprintf error in version output by wrapping with error check.
### Changed
- Promote "Logging" to H2 and adjust subheadings to H3 in README.
- Bump version references from 0.3.3 to 0.3.5 in installation scripts.
- Convert plain text sections to Markdown headings in README.
- Add v0.3.5 entry to changelog documenting Markdown support and Windows tweaks.
- Add v0.3.4 entry to changelog for Windows support.
## [v0.3.5] - 2026-03-30
Now with Markdown editing flair and Windows install tweaks!