Releases: BlinqOSS/yurl
Releases · BlinqOSS/yurl
v0.10.1
What's Changed
- feat: exit program with status code 1 on error by @tkhoa2711 in #2
- chore: use golangci-lint for linting by @tkhoa2711 in #3
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- feat: set up basic tests & CI pipeline by @tkhoa2711 in #1
- Added basic unit tests for AASA validation. Current test coverage (as of this change): 13.5%
- Fixed some small bugs discovered as part of adding the tests
- Set up GitHub Actions pipeline for building & running tests
- Added ability to validate a local AASA file so that we can use it in CI pipeline to validate the file pre-deployment
- For example:
yurl aasa validate --file=./path/to/local/file
- For example:
New Contributors
- @tkhoa2711 made their first contribution in #1
Full Changelog: https://github.com/BlinqOSS/yurl/commits/v0.10.0