algo/CHANGELOG.md

55 lines
726 B
Markdown
Raw Permalink Normal View History

2017-09-15 22:05:25 +00:00
<a name="v0.5.1"></a>
### v0.5.1 (2017-09-15)
This release only is the addition of CI for test purposes.
2017-08-29 08:13:36 +00:00
<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)))
2017-08-27 16:56:04 +00:00
<a name="v0.4.0"></a>
## v0.4.0 (2017-08-27)
#### Features
* add quicksort ([b607608b](b607608b))
2017-08-27 15:27:52 +00:00
<a name="v0.3.0"></a>
## v0.3.0 (2017-08-27)
#### Features
* add insertionsort ([6659387d](6659387d))
2017-08-27 13:52:57 +00:00
<a name="v0.2.0"></a>
## v0.2.0 (2017-08-27)
#### Features
* add mergesort ([df06ce02](df06ce02))
2017-08-27 12:04:07 +00:00
<a name="v0.1.0"></a>
## v0.1.0 (2017-08-27)
#### Features
* add bubblesort ([c2da9082](c2da9082))