Releases: M0Rf30/yap
Releases · M0Rf30/yap
1.10
1.9
1.8
Changelog
🚀 Features
- feat: add ubuntu-noble images (@M0Rf30)
🐛 Bug Fixes
🧰 Miscellaneous Tasks
- chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (@dependabot[bot])
- chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
- chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (@dependabot[bot])
- chore: 1.8 (@M0Rf30)
- chore: README.md: move some content in the wiki (@M0Rf30)
- chore: build: enable upx compression (@M0Rf30)
- chore: go.mod: update mholt/archiver (@M0Rf30)
1.7
Changelog
🚀 Features
- feat: build a single PKGBUILD without yap.json (@M0Rf30)
🧰 Miscellaneous Tasks
- chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
- chore(deps): bump mvdan.cc/sh/v3 from 3.7.0 to 3.8.0 (@dependabot[bot])
- chore: 1.7 (@M0Rf30)
- chore: build: disable CGO cause not needed (@M0Rf30)
- chore: golangci-lint pass (@M0Rf30)
- chore: update golang to 1.22.0 (@M0Rf30)
1.6
1.5
1.4
Changelog
🐛 Bug Fixes
- rpm: root path
/
is not skipped in %files - Exit immediately if a command exits with a non-zero status (close #50)
🧰 Miscellaneous Tasks
- Add rpm-build in container images
- License ids: add PROPRIETARY and CUSTOM values
- dpkg: add
replaces
andbreaks
logic - go.mod: update to golang 1.21
1.3
1.2
Changelog
🐛 Bug Fixes
- Examples: use valid go build command
- Apk and pacman now correctly evaluate arrays
📘 Documentation
- Add preliminary codebase documentation
🚀 Features
- Add shellcheckrc and editorconfig
- Debian: use zstd to create archives
🧰 Miscellaneous Tasks
- Project layout improvements
- Improve readibility and simplify a lot of code
1.1
Changelog
🐛 Bug Fixes
- Don't expand post|pre installs with Env
🚀 Features
- Parse source URIs and retrieve VCS fragments (#29)