Skip to content

Commit

Permalink
chore(main): release 3.4.0 (#368)
Browse files Browse the repository at this point in the history
* chore(main): release 3.4.0

---------

Co-authored-by: Max Cembalest <[email protected]>
  • Loading branch information
zanussbaum and mcembalest authored Jan 22, 2025
1 parent 2f860b4 commit 3fd4869
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/release/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.4"
".": "3.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.4.0](https://github.com/nomic-ai/nomic/compare/v3.3.4...v3.4.0) (2025-01-22)


### Features

* show progress bar when embedding using local model ([#363](https://github.com/nomic-ai/nomic/issues/363)) ([98dfece](https://github.com/nomic-ai/nomic/commit/98dfecedbbb595f04ad9aa0a7f14466e55dfeaa1))


### Bug Fixes

* added missing docstring description for indexed_field in map_data ([#369](https://github.com/nomic-ai/nomic/issues/369)) ([4dfc34c](https://github.com/nomic-ai/nomic/commit/4dfc34c65980ce3cb75e1ebba1758e701a4b1cc7))
* ValueError returned when calling map_data on blobs and embeddings ([#373](https://github.com/nomic-ai/nomic/issues/373)) ([2f860b4](https://github.com/nomic-ai/nomic/commit/2f860b474c977a64d02654dca53fae90a3624689))

## [3.3.4](https://github.com/nomic-ai/nomic/compare/v3.3.3...v3.3.4) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="nomic",
version="3.3.4",
version="3.4.0",
url="https://github.com/nomic-ai/nomic",
description=description,
long_description=long_description,
Expand Down

0 comments on commit 3fd4869

Please sign in to comment.