Compare commits

..

No commits in common. "master" and "v0.5.0" have entirely different histories.

4 changed files with 1 additions and 14 deletions

View file

@ -1,5 +0,0 @@
pipeline:
build:
image: rust
commands:
- cargo run

View file

@ -1,9 +1,3 @@
<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)

View file

@ -1,6 +1,6 @@
[package]
name = "algo"
version = "0.5.1"
version = "0.5.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
[dependencies]

View file

@ -1,3 +1 @@
Just some sorting algorithm implementations as practice for an exam. If they are useful for you, feel free to use them, under the included license.
[![Build Status](https://drone.jcg.re/api/badges/jcgruenhage/algo/status.svg)](https://drone.jcg.re/jcgruenhage/algo)