Start version 0.14 (#374)
* bump version to 0.14.0 * update changelog * set BUILD_ID only for dev and debug versions
This commit is contained in:
@@ -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/),
|
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).
|
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
|
## [0.13.0] - 2025-04-13
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.13.0
|
0.14.0
|
||||||
@@ -32,8 +32,7 @@ rel : STAGE=rel
|
|||||||
|
|
||||||
|
|
||||||
export BUILD_DATE := ${shell date -Iminutes}
|
export BUILD_DATE := ${shell date -Iminutes}
|
||||||
BUILD_ID := ${shell date +'%y%m%d%H%M'}
|
debug dev : BUILD_ID := ${shell date +'%y%m%d%H%M'}
|
||||||
rel : BUILD_ID=
|
|
||||||
VERSION := $(shell cat $(SRC)/.version)
|
VERSION := $(shell cat $(SRC)/.version)
|
||||||
export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)
|
export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user