Skip to content

Latest commit

 

History

History
212 lines (112 loc) · 5.65 KB

CHANGELOG.md

File metadata and controls

212 lines (112 loc) · 5.65 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

[unreleased] - unreleased

Fixed

Added

Changed

[0.8.3] - 2024-04-27

Added

  • Add Ubuntu 24.04 support (PR #303)

[0.8.2] - 2024-02-02

Added

  • Add MacOS on Apple Silicon as a fully supported platform (PR #290)

[0.8.1] - 2024-01-30

Added

  • Add support for Fedora 39 (PR #289)

Changed

  • Update base image to Alpine 3.18 (PR #268)

[0.8.0] - 2023-08-30

Added

  • Add macOS on Intel as a fully supported platform (PR #257)

Changed

  • Change supported MacOS version to Ventura (PR #250)
  • Drop Ubuntu 18.04 support (PR #252)
  • Drop FreeBSD support (PR #255)
  • Temporarily drop macOS on Apple Silicon as fully supported platform (PR #258)

[0.7.0] - 2023-01-20

Changed

  • Remove macOS on Intel support (PR #240)
  • Never use the "generic gnu" ponyc package (PR #245)

[0.6.9] - 2022-12-02

Changed

  • Switch supported FreeBSD to 13.1 (PR #238)

[0.6.8] - 2022-11-24

Fixed

  • Fixed ponyup-init.sh crash when specifying --prefix (PR #236)

Changed

  • Update Alpine version used for CI to 3.16 (#229) (PR #230)

[0.6.7] - 2022-05-28

Added

  • Add ARM64 support (PR #226)
  • Add support for MacOS on Apple Silicon (PR #228)

[0.6.6] - 2022-02-11

Added

[0.6.5] - 2021-10-05

Changed

  • Update to work with Pony 0.44.0 (PR #194)

[0.6.4] - 2021-07-05

Changed

  • Switch supported FreeBSD to 13.0 (PR #161)

[0.6.3] - 2021-03-21

Fixed

  • Update Linux builder image (PR #182)

[0.6.2] - 2021-03-19

Fixed

  • Fix incorrect FreeBSD to Cloudsmith package mapping (PR #162)
  • Don't prompt for libc type when not on Linux (PR #179)

Changed

  • Switch FreeBSD supported version to 12.2 (PR #175)

[0.6.1] - 2020-08-29

Fixed

  • Incorrect initial ponyup version (PR #151)
  • Fix ponyup-init on freebsd (PR #156)

[0.6.0] - 2020-08-20

Changed

  • Use XDG_DATA_HOME for install prefix in init script when set (PR #137)
  • Select uses latest version if none is specified (PR #139)
  • Update Dockerfile to Alpine 3.12 (PR #145)

[0.5.4] - 2020-06-22

Fixed

  • Fix init script default (PR #132)

[0.5.3] - 2020-06-20

Added

  • Prompt user for platform libc if unspecified by target triple (PR #128)
  • Add default command (PR #129)

[0.5.2] - 2020-05-23

Fixed

  • Fix cli platform identification (PR #112)

Added

Changed

  • Use nightly ponyup on macOS (PR #122)

[0.5.1] - 2020-02-05

Fixed

  • Include initial ponyup package in lockfile (PR #89)
  • Use shasum if sha256sum command is missing, or exit with error message (PR #92)

Added

[0.5.0] - 2020-01-02

Added

  • Detect platform identifier with init script (PR #60)

Changed

  • Use unix appdirs for macOS (PR #69)

[0.4.0] - 2019-12-27

Added

[0.3.1] - 2019-12-19

Fixed

  • Incorrect path usage in ponyup-init.sh

[0.3.0] - 2019-12-18

Changed

  • Use platform-specific storage paths (PR #51)

[0.2.0] - 2019-11-21

Added

  • Add changelog-tool package (PR #38)
  • Add support for release channel (PR #22)
  • Add option to specify ponyc libc
  • "Show" enhancements (PR #47)

[0.1.0] - 2019-08-25

Added

  • Initial version for updating the nightly release of ponyc, stable, and corral