From c4e1c79a405e14a2a3763bf8a1a83394798f52d3 Mon Sep 17 00:00:00 2001 From: thc202 Date: Fri, 4 Oct 2024 14:44:07 +0100 Subject: [PATCH] zest: use semantic version Allow other add-ons to reliable depend on specific versions. Signed-off-by: thc202 --- addOns/zest/CHANGELOG.md | 4 +++- addOns/zest/gradle.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/addOns/zest/CHANGELOG.md b/addOns/zest/CHANGELOG.md index f103762a537..b3d07b2e56b 100644 --- a/addOns/zest/CHANGELOG.md +++ b/addOns/zest/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog All notable changes to this add-on will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +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 ### Changed +- Use Semantic Version. - Maintenance changes. ## [47] - 2024-09-24 diff --git a/addOns/zest/gradle.properties b/addOns/zest/gradle.properties index 354b6fb10f2..6b160e7489b 100644 --- a/addOns/zest/gradle.properties +++ b/addOns/zest/gradle.properties @@ -1,2 +1,2 @@ -version=48 +version=48.0.0 release=false