Skip to content

Commit 14b828a

Browse files
hollowaykeanhoJeanShuralyovcorygalyna
committed
root: releasing version v2.1.0
This patch marks the release of version v2.1.0. Co-authored-by: Shuralyov, Jean <jean.shuralyov@proton.me> Co-authored-by: Galyna, Cory <cory.galyna@gmail.com> Co-authored-by: (Holloway) Chew, Kean Ho <hollowaykeanho@gmail.com> Signed-off-by: (Holloway) Chew, Kean Ho <hollowaykeanho@gmail.com>
1 parent 2566c59 commit 14b828a

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed
17 Bytes
Binary file not shown.
-328 Bytes
Binary file not shown.

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
cff-version: "1.2.0"
44
type: "software"
5-
date-released: "2024-03-21"
5+
date-released: "2024-03-22"
66
title: "AutomataCI"
7-
version: "2.0.0"
7+
version: "2.1.0"
88
license: "Apache-2.0"
99
repository: "https://github.com/ChewKeanHo/AutomataCI"
1010
repository-code: "https://github.com/ChewKeanHo/AutomataCI"
@@ -48,7 +48,7 @@ authors:
4848
affiliation: "Independent"
4949
identifiers:
5050
- type: doi
51-
value: "10.5281/zenodo.000000"
51+
value: "10.5281/zenodo.10851740"
5252
description: "Paper"
5353
keywords:
5454
- "continuous integration"

CONFIG.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PROJECT_PITCH = "Solid Foundation for Kickstarting Your Software Development"
8585
# like '0.0.1~rc1' instead of dashes (-). Some distribution ecosystem have
8686
# strict and reserved rules for version sorting using dashes so tlide will be
8787
# the best choice.
88-
PROJECT_VERSION = "2.1.0"
88+
PROJECT_VERSION = "2.2.0"
8989

9090

9191
# PROJECT_CADENCE
@@ -171,7 +171,7 @@ AUTOMATACI_LANG = ""
171171
#
172172
# To enable it: simply supply the path (e.g. default is 'srcANGULAR').
173173
# To disable it: simply supply an empty path (e.g. default is '').
174-
PROJECT_ANGULAR = 'srcANGULAR'
174+
PROJECT_ANGULAR = ''
175175

176176

177177

src/changelog/data/2.1.0

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
srcANGULAR: applied fix for CVE-2024-29180 security vulenerabiltiy
2+
root: reset everything to use PRODUCT_SKU instead of PRODUCT_SKU_TITLECASE
3+
.internals: staging for v2.1.0 development

src/changelog/deb/2.1.0

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
automataci (2.1.0) stable; urgency=low
2+
3+
* srcANGULAR: applied fix for CVE-2024-29180 security vulenerabiltiy
4+
* root: reset everything to use PRODUCT_SKU instead of PRODUCT_SKU_TITLECASE
5+
* .internals: staging for v2.1.0 development
6+
7+
-- Your Legal Full Name Here <contact@youremail.example> Fri, 22 Mar 2024 14:18:54 +0800

src/docs/CITATIONS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ authors:
6363
affiliation: "Independent"
6464
identifiers:
6565
- type: doi
66-
value: "10.5281/zenodo.000000"
66+
value: "10.5281/zenodo.10851740"
6767
description: "Paper"
6868
keywords:
6969
- "continuous integration"

0 commit comments

Comments
 (0)