Skip to content

Commit 7e03bcb

Browse files
chore(main): release 0.1.1 (#23)
* chore(main): release 0.1.1 * Update CHANGELOG.md * 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 cdbe778 commit 7e03bcb

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,11 +1,18 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/llama-index-spanner-python/compare/v0.1.0...v0.1.1) (2025-08-08)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Fix: Addressed broken links and mypy errors ([#21](https://github.com/googleapis/llama-index-spanner-python/issues/21)) ([324bc3a](https://github.com/googleapis/llama-index-spanner-python/pull/21/commits/324bc3a3ea3326a4b703f5ffb16bdae16ba77058))
9+
310
## 0.1.0 (2025-07-28)
411

512

613
### Features
714

8-
* Lint workflow + isort fix ([be76bb9](https://github.com/googleapis/llama-index-spanner-python/commit/be76bb944bb5c926720d6c611a68503c392374b4))
15+
* Integrated lint workflow and standardized import formatting ([be76bb9](https://github.com/googleapis/llama-index-spanner-python/commit/be76bb944bb5c926720d6c611a68503c392374b4))
916

1017
### Documentation
1118

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.0"
15+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)