piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.16k stars 130 forks source link

v2 Release Not Completely Documented and Missing from Github #150

Closed Justintime50 closed 2 years ago

Justintime50 commented 2 years ago

It appears that this package had v2 released on PyPI but not on GitHub nor does the CHANGELOG reflect that and the build is failed on the master branch. Is v2 stable and actually released? If so, can the GitHub release reflect this and the CHANGELOG get updated to clarify?

mpenkov commented 2 years ago

Yes, it's stable. We forgot to publish the release on github. Please go ahead and use it.

https://github.com/RaRe-Technologies/sqlitedict/releases/tag/2.0.0

The test failures were unrelated - it was an obsolete test.