diff --git a/changelog.md b/changelog.md index a1dd479..e9f7aff 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/tric b/tric index cd20339..09ad4f3 100755 --- a/tric +++ b/tric @@ -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 ),