Skip to content

Commit 57f7bdd

Browse files
chore(main): release 0.1.2 (#26)
* chore(main): release 0.1.2 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: shreya6goel <[email protected]>
1 parent f5d1179 commit 57f7bdd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/googleapis/llama-index-spanner-python/compare/v0.1.1...v0.1.2) (2025-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* Pytest retry for flaky test ([#25](https://github.com/googleapis/llama-index-spanner-python/issues/25)) ([f5d1179](https://github.com/googleapis/llama-index-spanner-python/commit/f5d1179ea28501152d44254812b4b894f4adf46c))
9+
310
## [0.1.1](https://github.com/googleapis/llama-index-spanner-python/compare/v0.1.0...v0.1.1) (2025-08-08)
411

512

@@ -16,4 +23,4 @@
1623

1724
### Documentation
1825

19-
* Graph Retriever Notebooks.([#3](https://github.com/googleapis/llama-index-spanner-python/pull/3)) ([90a7c80](https://github.com/googleapis/llama-index-spanner-python/pull/3/commits/90a7c8013149f2775f8cd2d0c541297dbdb5250e)
26+
* Graph Retriever Notebooks.([#3](https://github.com/googleapis/llama-index-spanner-python/pull/3)) ([90a7c80](https://github.com/googleapis/llama-index-spanner-python/pull/3/commits/90a7c8013149f2775f8cd2d0c541297dbdb5250e))

src/llama_index_spanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.1"
15+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)