Skip to content

Releases: penguinpowernz/go-ian

v2.0.2 Add backwards compatibility with Debian Squeeze and earlier

24 Sep 03:07
Compare
Choose a tag to compare

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

23 Dec 02:58
Compare
Choose a tag to compare
Merge branch 'master' of github.com:penguinpowernz/go-ian

v2.0.0

20 Nov 11:06
Compare
Choose a tag to compare

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

16 Aug 06:12
Compare
Choose a tag to compare
add version incrementing, bump to v1.2.1

v1.2.0

02 Feb 05:41
Compare
Choose a tag to compare
bump to v1.2.0

v1.1.0

29 Jan 03:43
Compare
Choose a tag to compare

This release includes a large internal refactor, increasing cohesion and loosening coupling, without affecting the external API.

v1.0.1

28 Jan 12:00
Compare
Choose a tag to compare
fix bug with bp command pushing as well, bump to v1.0.1

v1.0.0

28 Jan 11:09
Compare
Choose a tag to compare
bumped to v1.0.0

v0.9.0

19 Jan 14:18
Compare
Choose a tag to compare

Now pretty much at feature parity with the ruby version.