From 5452b8efc260ff773f66dbafa7e9305c051bf453 Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Mon, 14 Apr 2025 00:01:06 +0200 Subject: [PATCH] Start version 0.14 (#374) * bump version to 0.14.0 * update changelog * set BUILD_ID only for dev and debug versions --- CHANGELOG.md | 2 +- app/.version | 2 +- ha_addons/Makefile | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3057d9c..6f194c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [0.13.0] - 2025-04-13 +## [unreleased] ## [0.13.0] - 2025-04-13 diff --git a/app/.version b/app/.version index 51de330..0548fb4 100644 --- a/app/.version +++ b/app/.version @@ -1 +1 @@ -0.13.0 \ No newline at end of file +0.14.0 \ No newline at end of file diff --git a/ha_addons/Makefile b/ha_addons/Makefile index a8e08f4..9f2fbc2 100644 --- a/ha_addons/Makefile +++ b/ha_addons/Makefile @@ -32,8 +32,7 @@ rel : STAGE=rel export BUILD_DATE := ${shell date -Iminutes} -BUILD_ID := ${shell date +'%y%m%d%H%M'} -rel : BUILD_ID= +debug dev : BUILD_ID := ${shell date +'%y%m%d%H%M'} VERSION := $(shell cat $(SRC)/.version) export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)