Releases: jiro4989/build-deb-action
Releases · jiro4989/build-deb-action
v4.0.0
🔥Breaking Changes🔥
- v4.0.0: PR #54 - BREAKING_CHANGES: Migrate Nim to Golang #53
replacetool
was recreated by golang (from nim)- docker base image was changed from ubuntu 22.04 to ubuntu 24.04
- default value of optional parameters (
depends
,homepage
andsection
) was changed fromnone
to""
(empty string)- the
none
was avoid ofparseopt
bugs of nim.
- the
v3.2.0
v3.1.0
v3.0.0
v2.8.1
v2
🎉 Initial release
v2.8.0
v2.7.0
Feature
- Add a new parameter
compress_type
- Change default compression type of
dpkg-deb
fromzstd
togzip
v2.6.1
Revert "feat: Bump minor 2.6.0 (#39)" This reverts commit 4b62053545d14351c4a823191c346f67517e346e.
v2.6.0
feat: Bump minor 2.6.0 (#39)