diff --git a/chromadb/__init__.py b/chromadb/__init__.py index 6ca52b7e83e..d89d3b519f4 100644 --- a/chromadb/__init__.py +++ b/chromadb/__init__.py @@ -45,7 +45,7 @@ __settings = Settings() -__version__ = "0.5.9" +__version__ = "0.5.10" # Workaround to deal with Colab's old sqlite3 version diff --git a/docs/docs.trychroma.com/pages/deployment/migration.md b/docs/docs.trychroma.com/pages/deployment/migration.md index 2667bcabb92..42524552732 100644 --- a/docs/docs.trychroma.com/pages/deployment/migration.md +++ b/docs/docs.trychroma.com/pages/deployment/migration.md @@ -20,7 +20,7 @@ We will aim to provide: ## Migration Log -### v0.5.9 +### v0.5.10 The results returned by `collection.get()` is now ordered by internal ids. Whereas previously, the results were ordered by user provided ids, although this behavior was not explicitly documented. We would like to make the change because using user provided ids may not be ideal for performance in hosted Chroma, and we hope to propagate the change to local Chroma for consistency of behavior. In general, newer documents in Chroma has larger internal ids.