Skip to content

Commit

Permalink
chore(release/1.4): release 1.4.2 (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Feb 28, 2025
1 parent bfaaf03 commit 4cf9fcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.2](https://github.com/griptape-ai/griptape/compare/v1.4.1...v1.4.2) (2025-02-28)


### Bug Fixes

* **drivers-vector:** don't mutate same instance of meta ([#1782](https://github.com/griptape-ai/griptape/issues/1782)) ([bfaaf03](https://github.com/griptape-ai/griptape/commit/bfaaf032b42188e2724830801d9e903a11f47198))

## [1.4.1](https://github.com/griptape-ai/griptape/compare/v1.4.0...v1.4.1) (2025-02-27)


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.4.1"
version = "1.4.2"
description = "Modular Python framework for LLM workflows, tools, memory, and data."
authors = ["Griptape <hello@griptape.ai>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 4cf9fcb

Please sign in to comment.