From 7ba2ce13d358444742c7227e0cb936231fad5a9e Mon Sep 17 00:00:00 2001 From: petrzpav Date: Wed, 10 May 2023 08:11:48 +0200 Subject: [PATCH] Update control files --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805a5f0..c3b2e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.5.1] - 2023-05-10 + +### Fixed + +- Switching academy version in gitlab-ci include causes ci error. +- Distribute not working due to invalid variable. + +### Added + +- Add --force-merge param to distribute. + ## [0.5.0] - 2023-05-02 _Stable release based on [0.5.0-rc.1]._ @@ -32,6 +43,7 @@ _Stable release based on [0.5.0-rc.1]._ - Set name of distributed project as `original_project_name user_name` +[0.5.1]: https://https://github.com/internetguru/academy/compare/v0.5.0...v0.5.1 [0.5.0]: https://https://github.com/internetguru/academy/compare/v0.4.0...v0.5.0 [0.5.0-rc.1]: https://github.com/internetguru/academy/releases/tag/v0.4.0 [0.4.0]: https://github.com/internetguru/academy/compare/v0.3.0...v0.4.0 diff --git a/VERSION b/VERSION index 8f0916f..4b9fcbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1