Releases: ponylang/pony-stable
Releases · ponylang/pony-stable
0.2.2
[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
[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
[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
[0.1.6] - 2018-07-24
Added
- No user facing changes in this release
0.1.5
[0.1.5] - 2018-07-24
Added
- No user facing changes in this release
0.1.4
[0.1.4] - 2018-06-16
Added
- Add support for gitlab (PR #69)
0.1.3
[0.1.3] - 2018-06-02
No changes. Testing out release process updates.
0.1.2
[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
[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
[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)