Skip to content

Commit 34057a6

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.3.0
1 parent 92f3d69 commit 34057a6

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CHANGELOG.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.3.0](https://github.com/Agrover112/fliscopt/compare/v0.2.3...v0.3.0) (2022-01-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed population intialization(actually fixes it) ([92f3d69](https://github.com/Agrover112/fliscopt/commit/92f3d69f954179618646893bbaf7b141272e95b5))
7+
8+
9+
### Features
10+
11+
* Added circular shift mutation & fixed .csv write issue ([caf6895](https://github.com/Agrover112/fliscopt/commit/caf6895282a7454ece4cb4faf0df64832806d307))
12+
13+
14+
115
## [0.2.3](https://github.com/Agrover112/fliscopt/compare/v0.2.2...v0.2.3) (2021-12-08)
216

317

@@ -39,12 +53,3 @@
3953

4054

4155

42-
## [0.1.33](https://github.com/Agrover112/fliscopt/compare/v0.1.32...v0.1.33) (2021-11-10)
43-
44-
45-
### Bug Fixes
46-
47-
* Comment spelling error ([4ea43a8](https://github.com/Agrover112/fliscopt/commit/4ea43a8b09348ce0a225d3a264b731572559afbe))
48-
49-
50-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.2.3"
2+
"version": "0.3.0"
33
}

0 commit comments

Comments
 (0)