Current section

Files

Jump to
prompt CHANGELOG.md
Raw

CHANGELOG.md

# 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.6.0] - 2021-10-17
### Added
- a `help/0` callback and the ability to override
### Changed
- Instead of taking a list of tuples for commands (`[{"command", Module"}]`), now take a Keyword list (`[command: Module]`)
[Unreleased]: https://github.com/silbermm/prompt/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/silbermm/prompt/releases/tag/v0.6.0