Skip to content

Commit

Permalink
Issue 446: Update version to 0.3.5 (#447)
Browse files Browse the repository at this point in the history
Signed-off-by: anisha.kj <[email protected]>
  • Loading branch information
anishakj authored Aug 22, 2023
1 parent a8f6e83 commit 3a9434f
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Install cargo-release
run: cargo install cargo-release
- name: Release (Dry Run)
run: cargo release --allow-branch '*' --dry-run -v --unpublished -p pravega-client-shared -p pravega-client-macros -p pravega-client-channel -p pravega-client-retry -p pravega-connection-pool -p pravega-client-config -p pravega-wire-protocol -p pravega-controller-client -p pravega-client-auth
run: cargo release --allow-branch '*' --dry-run -v -p pravega-client-shared -p pravega-client-macros -p pravega-client-channel -p pravega-client-retry -p pravega-connection-pool -p pravega-client-config -p pravega-wire-protocol -p pravega-controller-client -p pravega-client-auth
- name: Release
run: cargo release --allow-branch '*' -x --no-confirm -v --unpublished -p pravega-client-shared -p pravega-client-macros -p pravega-client-channel -p pravega-client-retry -p pravega-connection-pool -p pravega-client-config -p pravega-wire-protocol -p pravega-controller-client -p pravega-client-auth
run: cargo release --allow-branch '*' -x --no-confirm -v -p pravega-client-shared -p pravega-client-macros -p pravega-client-channel -p pravega-client-retry -p pravega-connection-pool -p pravega-client-config -p pravega-wire-protocol -p pravega-controller-client -p pravega-client-auth
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/tagPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.platform.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10','3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
platform: [
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ name = "pravega-client"
# - README.md
# - Update CHANGELOG.md.
# - Create git tag.
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
readme = "README.md"
documentation = "https://docs.rs/pravega-client/0.3.4/"
documentation = "https://docs.rs/pravega-client/0.3.5/"
homepage = "https://www.pravega.io/"
repository = "https://github.com/pravega/pravega-client-rust"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-client-auth"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion book/src/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pravega Rust Client and Pravega language bindings user guide.

Welcome to the Pravega Rust client and Pravega language bindings user guide! This book is a companion to
[Pravega Rust Client](https://docs.rs/pravega-client/0.3.4/pravega_client/) and the supported language bindings over the Pravega Rust
[Pravega Rust Client](https://docs.rs/pravega-client/0.3.5/pravega_client/) and the supported language bindings over the Pravega Rust
Client. At the moment this repository supports [Python binding](https://github.com/pravega/pravega-client-rust/tree/master/python) to Pravega.

This book contains examples and documentation to explain all of Pravega Rust client's use cases in detail and the Python
Expand Down
2 changes: 1 addition & 1 deletion channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-client-channel"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-client-config"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion connection_pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-connection-pool"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion controller-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-controller-client"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
build = "build.rs"
categories = ["network-programming"]
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-client-examples"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion golang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega_client_c"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega", "golang"]
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

[package]
name = "pravega-client-macros"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
readme = "README.md"
documentation = "https://docs.rs/pravega-client/0.3.4/"
documentation = "https://docs.rs/pravega-client/0.3.5/"
homepage = "https://www.pravega.io/"
repository = "https://github.com/pravega/pravega-client-rust"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "pravega_nodejs"
readme = "README.md"
repository = "https://github.com/pravega/pravega-client-rust"
version = "0.3.4"
version = "0.3.5"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pravega/pravega",
"version": "0.3.4",
"version": "0.3.5",
"description": "Pravega client",
"main": "dist/cjs/stream_manager.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pravegactl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravegactl"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion retry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "Apache-2.0"
name = "pravega-client-retry"
readme = "README.md"
repository = "https://github.com/pravega/pravega-client-rust"
version = "0.3.4"
version = "0.3.5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-client-shared"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down
2 changes: 1 addition & 1 deletion wire_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pravega-wire-protocol"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
categories = ["network-programming"]
keywords = ["streaming", "client", "pravega"]
Expand Down

0 comments on commit 3a9434f

Please sign in to comment.