Tags: pinecone-io/pinecone-rust-client
Tags
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
Update README.md (#51) ## Problem Some readme docs weren't updated. ## Solution I updated the readme. ## 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 - [ ] Infrastructure change (CI configs, etc) - [x] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Tests should pass.