Skip to content

Commit

Permalink
Release v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbrenno committed Feb 10, 2025
1 parent 2bdaadc commit 35db548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Changelog

## v0.8.4
## v0.8.5

- deps: upgrading google-genai to 1.0.0
- refactor: renaming "general_web_search" to "use_grounding".
- feat: new parameter grounding_threshold (todo)
-
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "intellibricks"
version = "v0.8.4"
version = "v0.8.5"
description = "IntelliBricks provides a streamlined set of tools for developing AI-powered applications. It simplifies complex tasks such as interacting with LLMs, training machine learning models, and implementing Retrieval Augmented Generation (RAG). Focus on building your application logic, not wrestling with boilerplate. IntelliBricks empowers you to build intelligent applications faster and more efficiently."
readme = "README.md"
requires-python = ">=3.13.0"
Expand Down

0 comments on commit 35db548

Please sign in to comment.