Skip to content

Releases: M0Rf30/yap

1.35

28 Jan 10:17
Compare
Choose a tag to compare

Changelog

🐛 Bug Fixes

  • fix: file: don't try to strip symbolik links (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore: 1.35 (@M0Rf30)
  • chore: file: directly strip the file without temp copy (@M0Rf30)

1.34

27 Jan 14:00
Compare
Choose a tag to compare

Changelog

🧰 Miscellaneous Tasks

  • chore(deps): bump github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2 (@dependabot[bot])
  • chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
  • chore: 1.34 (@M0Rf30)
  • chore: dpkg: create GNU tar archives (@M0Rf30)
  • chore: go.mod: use latest mholt/archives commit (@M0Rf30)
  • chore: update golang to 1.23.5 (@M0Rf30)

1.33

07 Jan 16:17
Compare
Choose a tag to compare

Changelog

🐛 Bug Fixes

  • fix: rpm: don't use arch for artifacts installation (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore: 1.33 (@M0Rf30)
  • chore: move getModTime to private rpm function (@M0Rf30)

1.32

07 Jan 14:50
Compare
Choose a tag to compare

Changelog

🐛 Bug Fixes

  • fix: dpkg: retrieve and update modtime for ar archive (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore(deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1 (@dependabot[bot])
  • chore: 1.32 (@M0Rf30)
  • chore: dpkg: reorder and comment functions (@M0Rf30)
  • chore: dpkg: reuse ctx variable (@M0Rf30)

1.31

04 Jan 17:31
Compare
Choose a tag to compare

Changelog

🧰 Miscellaneous Tasks

  • chore: 1.31 (@M0Rf30)
  • chore: go.mod: upgrade all modules (@M0Rf30)
  • chore: project_test: use t.TempDir() instead of os.MkdirTemp() (@M0Rf30)
  • chore: replace deprecated mholt/archiver with mholt/archives (@M0Rf30)

1.30

30 Dec 23:03
Compare
Choose a tag to compare

Changelog

🐛 Bug Fixes

  • fix: project: prevent issues on sources with clean and zap (@M0Rf30)
  • fix: utils: git authentication issues for private repos (@M0Rf30)

🧰 Miscellaneous Tasks

1.29

30 Dec 17:50
Compare
Choose a tag to compare

Changelog

🐛 Bug Fixes

  • fix: project.go: verify NoBuild flag also on HasToInstall (@M0Rf30)
  • fix: strip: skip if file is not writable (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 (@dependabot[bot])
  • chore(deps): bump github.com/pterm/pterm from 0.12.79 to 0.12.80 (@dependabot[bot])
  • chore: 1.29 (@M0Rf30)
  • chore: golangci-lint: disable deprecated checks (@M0Rf30)
  • chore: update golang to 1.23.4 (@M0Rf30)

1.28

25 Nov 16:18
Compare
Choose a tag to compare

Changelog

🧰 Miscellaneous Tasks

  • chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (@dependabot[bot])
  • chore: 1.28 (@M0Rf30)
  • chore: rpm: re-enable scriptlets processing (@M0Rf30)

1.27

11 Nov 21:59
Compare
Choose a tag to compare

Changelog

🧰 Miscellaneous Tasks

  • chore: 1.27 (@M0Rf30)
  • chore: add more compability with previous versions (@M0Rf30)

1.26

09 Nov 21:48
Compare
Choose a tag to compare

Changelog

🚀 Features

  • feat: add automatic distro detection (@M0Rf30)

🐛 Bug Fixes

  • fix: unevaluated variables in constants package (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore: 1.26 (@M0Rf30)
  • chore: avoid copying packages when in single-project (@M0Rf30)
  • chore: improve pkgdir folder deletions (@M0Rf30)