From 34057a61c89f4e625d385879b2e7fd6639571bd7 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 2 Jan 2022 17:14:01 +0000 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 23 ++++++++++++++--------- package.json | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a47ed4..8634f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.3.0](https://github.com/Agrover112/fliscopt/compare/v0.2.3...v0.3.0) (2022-01-02) + + +### Bug Fixes + +* Fixed population intialization(actually fixes it) ([92f3d69](https://github.com/Agrover112/fliscopt/commit/92f3d69f954179618646893bbaf7b141272e95b5)) + + +### Features + +* Added circular shift mutation & fixed .csv write issue ([caf6895](https://github.com/Agrover112/fliscopt/commit/caf6895282a7454ece4cb4faf0df64832806d307)) + + + ## [0.2.3](https://github.com/Agrover112/fliscopt/compare/v0.2.2...v0.2.3) (2021-12-08) @@ -39,12 +53,3 @@ -## [0.1.33](https://github.com/Agrover112/fliscopt/compare/v0.1.32...v0.1.33) (2021-11-10) - - -### Bug Fixes - -* Comment spelling error ([4ea43a8](https://github.com/Agrover112/fliscopt/commit/4ea43a8b09348ce0a225d3a264b731572559afbe)) - - - diff --git a/package.json b/package.json index 3b71ab6..085e3ba 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.2.3" + "version": "0.3.0" } \ No newline at end of file