This release fixes a version display bug and adds version format validation in the build tooling.
Features
- Version format validation: The
versiontask now rejects version strings containing letters or non-numeric characters — only digits and dots are accepted. Thepublishtask inherits this validation.
Bug Fixes
- Fix duplicate "v" prefix in version output:
herald --versionwas printingherald vv1.0.2when installed viago install, becausedebug.ReadBuildInforeturns versions with avprefix that was not being stripped.
Full Changelog: https://github.com/AndreyAkinshin/herald/compare/v1.0.2...v1.0.3
Release notes generated by herald v1.0.3