Compare commits

...

3 commits

Author SHA1 Message Date
Jan Christian Grünhage 6f0ef241f5 docs: update changelog
All checks were successful
the build was successful
2017-09-16 00:05:25 +02:00
Jan Christian Grünhage ce7b5465f5 docs: add build status to readme 2017-09-15 23:59:12 +02:00
Jan Christian Grünhage 48e994a4e9 chore: add ci 2017-09-15 23:57:52 +02:00
4 changed files with 14 additions and 1 deletions

5
.drone.yml Normal file
View file

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

View file

@ -1,3 +1,9 @@
<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.0"
version = "0.5.1"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
[dependencies]

View file

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