Skip to content

Commit

Permalink
0.48.12
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 23, 2024
1 parent a933f79 commit ae7be06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.48.12 (2024-07-23)

### Fix

* fix(deps): update dependency chromadb to v0.5.5 ([`a933f79`](https://github.com/kantord/SeaGOAT/commit/a933f796af2aee7cc0e9b2a1dbf7721825523792))

## v0.48.11 (2024-07-21)

### Chore
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 = "seagoat"
version = "0.48.11"
version = "0.48.12"
description = "A semantic-code search engine"
authors = ["Daniel Kantor <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion seagoat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.48.11"
__version__ = "0.48.12"

0 comments on commit ae7be06

Please sign in to comment.