# 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] ## [1.1.0] - 2025-11-02 ### Added - Use `require()` with a custom `package.path` variable instead of calling `dofile()` directly. This should make the command-line tools compatible with a ROM installation. ## [1.0.0] - 2022-12-12 ### Added - Initial commit. [unreleased]: https://github.com/unicornpkg/cli/compare/v1.1.0...HEAD [1.0.0]: https://github.com/unicornpkg/cli/releases/tag/v1.0.0 [1.1.0]: https://github.com/unicornpkg/cli/releases/tag/v1.0.0