Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 2a13de2

Browse files
committed
chore: increase version
1 parent 0534e79 commit 2a13de2

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1-
<a name="v0.1.0"></a>
2-
## v0.1.0 (2015-06-03)
1+
<a name="v0.1.0-alpha2"></a>
2+
## v0.1.0-alpha2 (2015-06-04)
3+
4+
5+
#### Documentation
6+
7+
* adds more docs ([63a787f0](https://github.com/kbknapp/doapi-rs/commit/63a787f04f405cccce2530eca98713a784462317))
8+
9+
#### Improvements
10+
11+
* adds body to request display() ([f972678c](https://github.com/kbknapp/doapi-rs/commit/f972678c9e9acce011b268e2a5347973f412f91c))
12+
13+
#### Features
14+
15+
* adds network response objects ([49b225c0](https://github.com/kbknapp/doapi-rs/commit/49b225c0bfdb2f2f4b95a5ea8d7919b4e969c5a7))
16+
17+
18+
19+
<a name="v0.1.0-alpha"></a>
20+
## v0.1.0-alpha (2015-06-03)
321

422

523
#### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "doapi"
3-
version = "0.1.0-alpha"
3+
version = "0.1.0-alpha2"
44
authors = ["Kevin K. <kbknapp@gmail.com>"]
55
description = "A wrapper library for the DigitalOcean API v2"
66
license = "MIT"

0 commit comments

Comments
 (0)