website is under construction
October 27, 2023

v0.25.0 Released

Overview

v0.25.0 is now available for download. This is a pre-release; read below for the full changelog.

Changelog

Added

  • Added a new default keyword to the switch statement. This allows you to specify a default case that will be executed if no other case matches. [Documentation]

Updating

Brew

If you're on mac and used homebrew to install Ghost, you can update to the latest version using the following command:

brew upgrade ghost

Go Install

If you used go install to install Ghost, you can update to the latest version using the following command:

go install ghostlang.org/x/ghost@latest

Direct Download

You may always download the latest version of Ghost from our GitHub releases page.