From 01aab55eff2da7c712bbc3e56da717fc023ec78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Segovia=20C=C3=B3rdoba?= Date: Tue, 13 Feb 2024 20:49:38 +0100 Subject: [PATCH] Publish p0.6.3 --- CHANGELOG.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e33d677d..3d62267b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Updated + +## [0.6.3] - 2024-02-13 + +### Added + - `withPlugin` function to `hubdle` - `withPlugins` function to `hubdle` - `generate` lifecycle task @@ -14,16 +28,10 @@ - Android version to be not `strictly` - Kotlin version to be not `strictly` -### Deprecated - -### Removed - ### Fixed - `MergeChangelogTask` adds the same updated dependency multiple times with different versions -### Updated - ## [0.6.2] - 2024-02-05 ### Changed @@ -53,7 +61,9 @@ - `allTests` task -[Unreleased]: https://github.com/JavierSegoviaCordoba/hubdle/compare/p0.6.2...HEAD +[Unreleased]: https://github.com/JavierSegoviaCordoba/hubdle/compare/p0.6.3...HEAD + +[0.6.3]: https://github.com/JavierSegoviaCordoba/hubdle/compare/p0.6.2...p0.6.3 [0.6.2]: https://github.com/JavierSegoviaCordoba/hubdle/compare/p0.6.1...p0.6.2