Skip to content

Commit

Permalink
Prepare v0.1.0 release (#233)
Browse files Browse the repository at this point in the history
Prepare v0.1.0 release

Signed-off-by: Wenqi Mou <[email protected]>
  • Loading branch information
Wenqi Mou authored Mar 4, 2021
1 parent efaccc1 commit 04d34ea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#0.1.0 (March 05, 2021)
* Initial crate released.
* Works with Pravega 0.9.0 [release](https://github.com/pravega/pravega/releases/tag/v0.9.0).
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
[package]
name = "pravega-client"
# When releasing to crates.io:
# - Remove path dependencies
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create git tag.
version = "0.1.0"
edition = "2018"
categories = ["Network programming"]
keywords = ["streaming", "client", "pravega"]
readme = "README.md"
documentation = "https://docs.rs/pravega-client/0.1.0/"
homepage = "https://www.pravega.io/"
repository = "https://github.com/pravega/pravega-client-rust"
license = "Apache-2.0"
description = "A Rust client for Pravega. (Pravega.io)"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Note: Pravega 0.9.0+ is required.

## Status

The client is not yet feature complete and is currently under active development. It is not ready for production use, but is far enough along that it can be used for experimentation.

Up to date status can be seen on [the wiki](https://github.com/pravega/pravega-client-rust/wiki/Design-plan).

## Goals
Expand Down
4 changes: 2 additions & 2 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega"
version = "0.0.1-alpha-4"
version = "0.1.0"
edition = "2018"
categories = ["Network programming"]
keywords = ["streaming", "client", "pravega"]
Expand All @@ -11,7 +11,7 @@ description = "Pravega client"
authors = ["Pravega Community"]

[package.metadata.maturin]
classifier = ["Development Status :: 4 - Alpha", "License :: OSI Approved :: Apache Software License",
classifier = ["Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License",
"Programming Language :: Rust", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",]
requires-python = ">= 3.8"
project-url = {"Homepage"= "https://pravega.github.io/pravega-client-rust/"}
Expand Down

0 comments on commit 04d34ea

Please sign in to comment.