28 lines
906 B
Markdown
28 lines
906 B
Markdown
# 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.2.0]
|
|
|
|
### Added
|
|
|
|
- License information. We're on MIT.
|
|
- Ability to show next issue/task creation timestamp using ``-show-next-creation-ts`` flag.
|
|
|
|
### Fixed
|
|
|
|
- "latest" Docker tag is now always latest, even when building images for tags.
|
|
- Update github.com/robfig/cron to v3.
|
|
|
|
## [0.1.0] - 2021-09-29
|
|
|
|
- Initial release with ability to create issues on Gitlab (both hosted and self-hosted).
|
|
|
|
[Unreleased]: https://gitlab.pztrn.name/pztrn/periodicator/-/compare/v0.1.0...master
|
|
[0.2.0]: https://gitlab.pztrn.name/pztrn/periodicator/-/compare/v0.1.0...v0.2.0
|
|
[0.1.0]: https://gitlab.pztrn.name/pztrn/periodicator/-/releases/v0.1.0
|