Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 4c71706

Browse files
chore(main): release 0.1.1 (#59)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7595657 commit 4c71706

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/googleapis/genai-toolbox-llamaindex-python/compare/v0.1.0...v0.1.1) (2025-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v25 ([#46](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/46)) ([ddb60af](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/ddb60afaa78c4e57b01e87a649963df449f3ac6a))
9+
* **deps:** Update dependency google-cloud-storage to v3 ([#47](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/47)) ([d10d779](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/d10d779ea22c02f04b26825e686ad519b4eec56f))
10+
* **deps:** Update dependency isort to v6 ([#48](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/48)) ([e27a249](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/e27a249afb52bd0a0aff8a0ddb5b6cc8e1c535ec))
11+
* **deps:** Update dependency pillow to v11 ([#49](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/49)) ([a467b68](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/a467b680201e796d80d0699fe7b1de711a99be74))
12+
* **deps:** Update python-nonmajor ([#44](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/44)) ([4c1b88d](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/4c1b88d23d1c0a0b78f6b29200fa32044152c550))
13+
* **deps:** Update python-nonmajor ([#68](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/68)) ([7595657](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/7595657b2dd5cf7974d751649120a08ba3f7853d))
14+
315
## 0.1.0 (2025-03-17)
416

517

src/toolbox_llamaindex/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)