Skip to content

Commit 99b2fde

Browse files
root: begin v1.7.0 development
This patch marks the beginning of v1.7.0 development. Signed-off-by: (Holloway) Chew, Kean Ho <hollowaykeanho@gmail.com>
1 parent a538c32 commit 99b2fde

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CONFIG.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PROJECT_PITCH = "Solid Foundation for Kickstarting Your Software Development"
6161
# like '0.0.1~rc1' instead of dashes (-). Some distribution ecosystem have
6262
# strict and reserved rules for version sorting using dashes so tlide will be
6363
# the best choice.
64-
PROJECT_VERSION = "1.6.0"
64+
PROJECT_VERSION = "1.7.0"
6565

6666

6767
# PROJECT_CADENCE

src/changelog/data/latest renamed to src/changelog/data/1.6.0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
root: housekeeping for release quality
12
root: added ipk packaging function
23
srcPYTHON: backported chocolatey packaging function to Python
34
srcGO: backported chocolatey packaging function to Go

src/changelog/deb/latest renamed to src/changelog/deb/1.6.0

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
automataci (1.6.0) stable; urgency=low
22

3+
* root: housekeeping for release quality
34
* root: added ipk packaging function
45
* srcPYTHON: backported chocolatey packaging function to Python
56
* srcGO: backported chocolatey packaging function to Go
@@ -21,4 +22,4 @@ automataci (1.6.0) stable; urgency=low
2122
* root: added C Programming Language support
2223
* README.md: corrected typo
2324

24-
-- Your Legal Full Name Here <contact@youremail.example> Tue, 10 Oct 2023 21:26:29 +0800
25+
-- Your Legal Full Name Here <contact@youremail.example> Tue, 10 Oct 2023 21:39:04 +0800

0 commit comments

Comments
 (0)