periodicator/CHANGELOG.md

28 lines
906 B
Markdown
Raw Permalink Normal View History

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