Bumped version to 2.0.4
This commit is contained in:
parent
a76a8a4ae6
commit
12d7744e1e
4 changed files with 9 additions and 3 deletions
|
@ -5,6 +5,12 @@ 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).
|
||||||
|
|
||||||
|
|
||||||
|
## [2.0.4] - Unreleased
|
||||||
|
|
||||||
|
This update introduces minor bug fixes.
|
||||||
|
|
||||||
|
|
||||||
## [2.0.3] - 2023-10-17
|
## [2.0.3] - 2023-10-17
|
||||||
|
|
||||||
This update includes enhanced support for PHP statements in AST traversal, a friendly CLI Progress Bar, and fixes
|
This update includes enhanced support for PHP statements in AST traversal, a friendly CLI Progress Bar, and fixes
|
||||||
|
|
|
@ -2,7 +2,7 @@ Package: ncc
|
||||||
Source: ncc
|
Source: ncc
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Maintainer: netkas <netkas@nosial.net>
|
Maintainer: netkas <netkas@nosial.net>
|
||||||
Build-Depends: debhelper-compat (= 13)
|
Build-Depends: debhelper-compat (= 13)
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.0.3
|
2.0.4
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.0.3",
|
"version": "2.0.4",
|
||||||
"branch": "stable",
|
"branch": "stable",
|
||||||
"flags": [],
|
"flags": [],
|
||||||
"components": [
|
"components": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue