Skip to content

Commit

Permalink
doc(changelog.md) update version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jun 29, 2020
1 parent 2edc42b commit f6d7ddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.4] - 2020-06-29
### Changed

- Fix and re-enable the parallel processing functionality.

## [0.4.3] - 2020-06-26
### Changed

Expand Down
2 changes: 1 addition & 1 deletion tric
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $args = args( [
] );

$cli_name = basename( $argv[0] );
const CLI_VERSION = '0.4.3';
const CLI_VERSION = '0.4.4';

$cli_header = implode( ' - ', [
light_cyan( $cli_name ) . ' version ' . light_cyan( CLI_VERSION ),
Expand Down

0 comments on commit f6d7ddf

Please sign in to comment.