Skip to content

Commit

Permalink
chore(main): release 3.3.4 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanussbaum authored Dec 12, 2024
1 parent 119aab8 commit 0d46e4a
Show file tree
Hide file tree
Showing 3 changed files with 10 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.3"
".": "3.3.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* handle identifiers with slash ([#367](https://github.com/nomic-ai/nomic/issues/367)) ([119aab8](https://github.com/nomic-ai/nomic/commit/119aab8f7f62da8a2402bd6f63b9dae7e18edf4b))
* internal schema attr does not exist when loading existing AtlasDataset ([#365](https://github.com/nomic-ai/nomic/issues/365)) ([f102513](https://github.com/nomic-ai/nomic/commit/f102513a889bd6afb5be336eec16d96966f89d56))

## [3.3.3](https://github.com/nomic-ai/nomic/compare/v3.3.2...v3.3.3) (2024-11-13)


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.3",
version="3.3.4",
url="https://github.com/nomic-ai/nomic",
description=description,
long_description=long_description,
Expand Down

0 comments on commit 0d46e4a

Please sign in to comment.