Skip to content

Releases: BlinqOSS/yurl

v0.10.1

21 Oct 10:38
e0bf360
Compare
Choose a tag to compare

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

02 Oct 10:34
38b3239
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/BlinqOSS/yurl/commits/v0.10.0