Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Releases: ponylang/pony-stable

0.2.2

09 Nov 22:24
Compare
Choose a tag to compare

[0.2.2] - 2019-11-09

Changed

  • No longer provide .deb release packages (#125)
  • No longer release pony-stable via COPR (#125)
  • No longer release AppImage versions of pony-stable

0.2.1

24 Jul 00:06
Compare
Choose a tag to compare

[0.2.1] - 2019-07-24

Fixed

  • Clone repositories recursively to support submodules (PR #112)

Changed

  • Stop building binary packages for Ubuntu Artful
  • Stop building binary packages for Ubuntu Trusty
  • Stop building binary packages for Debian Jessie
  • Stop building binary packages for Ubuntu Cosmic
  • Stop building binary packages for Debian Buster

0.2.0

09 Feb 00:04
Compare
Choose a tag to compare

[0.2.0] - 2019-02-09

Fixed

  • Don't process already-seen paths (PR #97)

Changed

  • Resolve Local Dependencies From Bundle Path (PR #78)

0.1.6

24 Jul 18:46
Compare
Choose a tag to compare

[0.1.6] - 2018-07-24

Added

  • No user facing changes in this release

0.1.5

24 Jul 17:25
Compare
Choose a tag to compare

[0.1.5] - 2018-07-24

Added

  • No user facing changes in this release

0.1.4

16 Jun 03:21
Compare
Choose a tag to compare

[0.1.4] - 2018-06-16

Added

  • Add support for gitlab (PR #69)

0.1.3

02 Jun 16:05
Compare
Choose a tag to compare

[0.1.3] - 2018-06-02

No changes. Testing out release process updates.

0.1.2

25 May 11:30
Compare
Choose a tag to compare

[0.1.2] - 2018-05-25

Fixed

  • Update usage of Env.exitcode to be compatible with ponyc 0.22.x (PR #56)
  • Fixed issue with the way the .deps directory is updated to avoid problems with non-master versions

0.1.1

16 Oct 12:25
Compare
Choose a tag to compare

[0.1.1] - 2017-10-16

Fixed

  • Fix possible illegal instruction core dump when using prebuilt ponyc binaries (PR #45)

Added

  • Add version command line option (PR #44)

0.1.0

17 Sep 20:35
Compare
Choose a tag to compare

[0.1.0] - 2017-09-17

Fixed

  • Fix invalid separator in PONYPATH for Windows. (PR #32)

Added

  • Display an error message when add subcommand cannot be found (PR #39)