# 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - ReleaseDate ### Added ### Changed ### Removed ## [0.2.1] - 2024-08-27 ### Added ### Changed * Fixed a bug in `Repl::stop` ### Removed ## [0.2.0] - 2024-08-25 ### Added ### Changed More docs. Change Error variants ### Removed ## [0.1.2] - 2024-08-24 ### Added ### Changed Rename `Repl::repl` to `Repl::run`. ### Removed ## [0.1.1] - 2024-08-22 ### Added - Added some metadata for docs.rs ### Changed ### Removed [Unreleased]: https://github.com/cowlicks/rusty_nodejs_repl/compare/v0.2.1...HEAD [0.2.1]: https://github.com/cowlicks/rusty_nodejs_repl/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/cowlicks/rusty_nodejs_repl/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/cowlicks/rusty_nodejs_repl/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/cowlicks/rusty_nodejs_repl/compare/v0.1.0...v0.1.1