Skip to content

Commit

Permalink
changesfile and bump to 0.1.10 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus authored Oct 1, 2024
1 parent 282a713 commit 58dd2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v 0.1.10
========
Add method to get session and keyspace from parameters.
Calling `cassio.init()` with insufficient arguments now raises an exception.
Fixed: bug when metadata key contains json and, in general, curly braces (by @epinzur)

v 0.1.9
=======
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cassio"
version = "0.1.9"
version = "0.1.10"
description = """A framework-agnostic Python library to seamlessly integrate \
Apache Cassandra(R) with ML/LLM/genAI workloads."""
authors = [
Expand Down

0 comments on commit 58dd2a8

Please sign in to comment.