The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.2] - 2023-12-07

# Added
- Add module documentation

# Changed
- Change `->run` to abort if given no arguments, instead of just
  complain-and-continue

# Fixed
- Fix `Socket` version issue in test
- Add necessary runtime version check for `Socket`
- Fix `t/no-color.t` test

## [0.0.1] - 2023-11-04
Initial published version

[Unreleased]: https://codeberg.org/h3xx/perl-App-Hack-Exe/compare/v0.0.2...HEAD
[0.0.2]: https://codeberg.org/h3xx/perl-App-Hack-Exe/compare/v0.0.1...v0.0.2
[0.0.1]: https://codeberg.org/h3xx/perl-App-Hack-Exe/releases/tag/v0.0.1