Current section
Files
Jump to
Current section
Files
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- %% CHANGELOG_ENTRIES %% -->
## 1.0.2 - 2026-02-23
### Fixed
- Fix missing blank line between changelog entries after replacing a pre-release entry
## 1.0.1 - 2026-02-23
### Fixed
- Fix crash when used as a dependency (String.to_existing_atom replaced with String.to_atom)
### Changed
- Release notes from RELEASE.md are now inserted as-is into CHANGELOG.md (no longer prefixed with `- `)
## 1.0.0 - 2026-02-20
- Initial release of Publisho with version bumping, changelog management, and git tagging via `mix publisho <level>`