Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur Srivastava <[email protected]>
  • Loading branch information
ansrivas committed Apr 18, 2020
1 parent 06cd75d commit f855788
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
16 changes: 16 additions & 0 deletions BUILD_STATUS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div align="center">
<p><h1>Build status on other supported platforms</h1> </p>
<p><strong></strong> </p>
<p>



![Linters](https://github.com/ansrivas/aiven-rs/workflows/Linters/badge.svg)
![Linux](https://github.com/ansrivas/aiven-rs/workflows/Linux/badge.svg)
![MacOS](https://github.com/ansrivas/aiven-rs/workflows/MacOS/badge.svg)
![Windows](https://github.com/ansrivas/aiven-rs/workflows/Windows/badge.svg)


</p>
</div>
</br>
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.2.0

Changes:
- Made user::types public
- Fixed user::create doc test w.r.t types import path
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "aiven_rs"
readme = "README.md"
repository = "https://github.com/ansrivas/aiven-rs"
version = "0.1.0"
version = "0.2.0"
include = [
"**/*.rs",
"Cargo.toml",
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@
</div>


![Linters](https://github.com/ansrivas/aiven-rs/workflows/Linters/badge.svg)
![Linux](https://github.com/ansrivas/aiven-rs/workflows/Linux/badge.svg)
![MacOS](https://github.com/ansrivas/aiven-rs/workflows/MacOS/badge.svg)
![Windows](https://github.com/ansrivas/aiven-rs/workflows/Windows/badge.svg)
[![Version](https://meritbadge.herokuapp.com/aiven_rs)](https://crates.io/crates/aiven_rs)
[![Docs.rs](https://docs.rs/aiven_rs/badge.svg)](https://docs.rs/aiven_rs)
[![codecov](https://codecov.io/gh/ansrivas/aiven-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/ansrivas/aiven-rs)

</p>
</div>
</br>

## Resources

* Build Status on other [platforms](./BUILD_STATUS.md)
* Majority of the end points from https://api.aiven.io/doc/ have been implemented as of [17.04.2020]
* [Documentation](https://docs.rs/aiven-rs)
* Minimum supported Rust version: 1.42 or later
Expand Down

0 comments on commit f855788

Please sign in to comment.