Skip to content

Commit

Permalink
root: begin v1.7.0 development
Browse files Browse the repository at this point in the history
This patch marks the beginning of v1.7.0 development.

Signed-off-by: (Holloway) Chew, Kean Ho <hollowaykeanho@gmail.com>
  • Loading branch information
hollowaykeanho committed Oct 10, 2023
1 parent a538c32 commit 99b2fde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONFIG.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PROJECT_PITCH = "Solid Foundation for Kickstarting Your Software Development"
# like '0.0.1~rc1' instead of dashes (-). Some distribution ecosystem have
# strict and reserved rules for version sorting using dashes so tlide will be
# the best choice.
PROJECT_VERSION = "1.6.0"
PROJECT_VERSION = "1.7.0"


# PROJECT_CADENCE
Expand Down
1 change: 1 addition & 0 deletions src/changelog/data/latest → src/changelog/data/1.6.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
root: housekeeping for release quality
root: added ipk packaging function
srcPYTHON: backported chocolatey packaging function to Python
srcGO: backported chocolatey packaging function to Go
Expand Down
3 changes: 2 additions & 1 deletion src/changelog/deb/latest → src/changelog/deb/1.6.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
automataci (1.6.0) stable; urgency=low

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

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

0 comments on commit 99b2fde

Please sign in to comment.