Skip to content

Commit

Permalink
Version bump v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jan 12, 2025
1 parent 7f57b6c commit 3bb0772
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.1.3] - 2025-01-12

### Fixed

- `FootnotePromptResponseRagModule`'s system prompt causing it to not answer even with relevant chunks.

## [1.1.2] - 2025-01-12

### Fixed
Expand All @@ -16,11 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `BaseLoader.reference` not being set when using `BaseLoader.parse` directly.
- `LocalVectorStoreDriver` returned Entries not containing the namespace.
- References being lost on Artifacts during chunking.
- `FootnotePromptResponseRagModule`'s system prompt causing it to not answer even with relevant chunks.

## [1.1.1] - 2025-01-03

### Fixed

- Incorrect deprecation warning on `ToolkitTask`.

## [1.1.0] - 2024-12-31
Expand Down
2 changes: 1 addition & 1 deletion docs/griptape-framework/misc/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Handler 2 <class 'griptape.events.finish_structure_run_event.FinishStructureRunE
You can use `Structure.run_stream()` for streaming Events from the `Structure` in the form of an iterator.

!!! tip
Set `stream=True` on your [Prompt Driver](../drivers/prompt-drivers.md) in order to receive completion chunk events.
Set `stream=True` on your [Prompt Driver](../drivers/prompt-drivers.md) in order to receive completion chunk events.

```python
--8<-- "docs/griptape-framework/misc/src/events_streaming.py"
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 = "griptape"
version = "1.1.2"
version = "1.1.3"
description = "Modular Python framework for LLM workflows, tools, memory, and data."
authors = ["Griptape <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 3bb0772

Please sign in to comment.