algo/CHANGELOG.md
Jan Christian Grünhage 6f0ef241f5
All checks were successful
the build was successful
docs: update changelog
2017-09-16 00:05:25 +02:00

55 lines
726 B
Markdown

<a name="v0.5.1"></a>
### v0.5.1 (2017-09-15)
This release only is the addition of CI for test purposes.
<a name="v0.5.0"></a>
## v0.5.0 (2017-08-29)
#### Features
* add insertionsort ([cb03ff51](cb03ff51))
* demo all algorithms ([198e1544](198e1544), closes [#2](2) (and also [#1](1)))
<a name="v0.4.0"></a>
## v0.4.0 (2017-08-27)
#### Features
* add quicksort ([b607608b](b607608b))
<a name="v0.3.0"></a>
## v0.3.0 (2017-08-27)
#### Features
* add insertionsort ([6659387d](6659387d))
<a name="v0.2.0"></a>
## v0.2.0 (2017-08-27)
#### Features
* add mergesort ([df06ce02](df06ce02))
<a name="v0.1.0"></a>
## v0.1.0 (2017-08-27)
#### Features
* add bubblesort ([c2da9082](c2da9082))