From 2993227285c2c35a27dcb8e03e16f49eccc72e00 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 3 Nov 2024 16:51:16 +0100 Subject: [PATCH] Release v0.0.10 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d11e9dc..e6ace85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # Changes for pueblo ## Unreleased + +## 2024-10-03 v0.0.10 - nlp: Updated dependencies langchain, langchain-text-splitters, unstructured - CI: Verify compatibility with Python 3.13 - Testing: Add `pueblo.testing.notebook.{list_notebooks,generate_notebook_tests,run_notebook}`