Releases: penguinpowernz/go-ian
Releases · penguinpowernz/go-ian
v2.0.2 Add backwards compatibility with Debian Squeeze and earlier
On Ubuntu 18 and up and the dpkg-deb
command will default to building the packages using XZ compression. This results in smaller packages but they are not installable on Debian Squeeze and earlier based OS as their version of dpkg
doesn't know how to deal with xzip files.
To that end this release now defaults to building packages using gzip allowing them to be installed on such OSs.
v2.0.1
Merge branch 'master' of github.com:penguinpowernz/go-ian
v2.0.0
I noticed a backwards incompatible change was introduced with v1.3.0. So I am nuking that release and bumping the major level up.
- keep DEBIAN/build out of the package
- improve push functionality (+docs), the argument to push now indicates a named target in the push file
- add extra debugging output
v1.2.1
add version incrementing, bump to v1.2.1
v1.2.0
bump to v1.2.0
v1.1.0
This release includes a large internal refactor, increasing cohesion and loosening coupling, without affecting the external API.
v1.0.1
fix bug with bp command pushing as well, bump to v1.0.1
v1.0.0
bumped to v1.0.0
v0.9.0
Now pretty much at feature parity with the ruby version.