Skip to content

Commit 2415031

Browse files
Bump version v0.1.2 (#58)
## Problem We'd like to push a new version of the SDK and need to bump the version in the `Cargo.toml` file before running `cargo publish`. For now this is all done manually. ## Solution - Update `Cargo.lock` and `Cargo.toml` to `v0.1.2`. - Update README example. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [X] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan N/A
1 parent e8eea4a commit 2415031

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pinecone-sdk"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Pinecone Rust SDK"
66
repository = "https://github.com/pinecone-io/pinecone-rust-client"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before you can use the Pinecone SDK, you must sign up for an account and find yo
1616

1717
## Installation
1818

19-
Run `cargo add pinecone-sdk` to add the crate as a dependency, or add the line `pinecone-sdk = "0.1.1"` to your Cargo.toml file under `[dependencies]`. More on the crate can be found [here](https://crates.io/crates/pinecone-sdk).
19+
Run `cargo add pinecone-sdk` to add the crate as a dependency, or add the line `pinecone-sdk = "0.1.2"` to your Cargo.toml file under `[dependencies]`. More on the crate can be found [here](https://crates.io/crates/pinecone-sdk).
2020

2121
## Usage
2222

0 commit comments

Comments
 (0)