Skip to content

Commit

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

* Update CHANGELOG.md

remove redundant items in changelong

---------

Co-authored-by: Max Cembalest <[email protected]>
  • Loading branch information
zanussbaum and mcembalest authored Nov 13, 2024
1 parent ece41a5 commit 507543e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.2"
".": "3.3.3"
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

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


### Bug Fixes

* drop autogenerated columns added in pandas conversion to pyarrow ([ece41a5](https://github.com/nomic-ai/nomic/commit/ece41a5ddfd6f942b8c33e3a0732c7017a62401d))

## [3.3.2](https://github.com/nomic-ai/nomic/compare/v3.3.1...v3.3.2) (2024-11-08)


### Bug Fixes

* include readme as long description in setup.py ([#349](https://github.com/nomic-ai/nomic/issues/349)) ([4d315e9](https://github.com/nomic-ai/nomic/commit/4d315e913dc4776d249b63eb3030cfcefac5d22d))
* proper readme rendering in setup.py ([#353](https://github.com/nomic-ai/nomic/issues/353)) ([6a0803c](https://github.com/nomic-ai/nomic/commit/6a0803ca114a957b77b964ab5bbc2754505c5358))

## [3.3.1](https://github.com/nomic-ai/nomic/compare/v3.3.0...v3.3.1) (2024-11-08)
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.2",
version="3.3.3",
url="https://github.com/nomic-ai/nomic",
description=description,
long_description=long_description,
Expand Down

0 comments on commit 507543e

Please sign in to comment.