Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 3, 2021
1 parent f6a8e36 commit 5fd96b4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

<!--next-version-placeholder-->

## v2.0.0 (2021-01-03)
### Feature
* Include statically linked libtokyocabinet support ([`97db8b4`](https://github.com/ssc-oscar/oscar.py/commit/97db8b4164e21ff299daf4aacffabd06d7a017ea))
* Py2 compatibility ([`cdd5af3`](https://github.com/ssc-oscar/oscar.py/commit/cdd5af3f0611f2aaffdafb9b56d682a080cb875b))
* Python3 support ([`941f123`](https://github.com/ssc-oscar/oscar.py/commit/941f123bd599201270c832ecd1ebd668968c4969))
* Automatic version and key length detection ([`899a74f`](https://github.com/ssc-oscar/oscar.py/commit/899a74ffb27343e58395abab9feb1d199d30ea50))
* Issue warnings on hosts other than da4 ([`c0ba613`](https://github.com/ssc-oscar/oscar.py/commit/c0ba613e589617702b9f8f666a150581120d0f02))

### Fix
* Update Py version requirements in setup.py ([`2e3a912`](https://github.com/ssc-oscar/oscar.py/commit/2e3a912daf20f3d7c30295e628c2f5690932e38a))
* Issues revealed by integration test ([`d8a4713`](https://github.com/ssc-oscar/oscar.py/commit/d8a471326a005da5e441f0dd0899e48286d542c2))
* Numerous regressions because of Py3 compatibility ([`c01722f`](https://github.com/ssc-oscar/oscar.py/commit/c01722f3b21aa272d9a0faac055bcd54107b2e95))
* Make `Commit` attributes Py3 compatible ([`f16f80c`](https://github.com/ssc-oscar/oscar.py/commit/f16f80c0b2fb155f068bde3c2df7f9e09fb8fa5e))
* Numerous Py2/3 compatibility issues ([`408cddc`](https://github.com/ssc-oscar/oscar.py/commit/408cddc25f9a177cd4ed0cadc31c448121c67e11))
* Lint checker warnings ([`9e04ed5`](https://github.com/ssc-oscar/oscar.py/commit/9e04ed5a312017554f39a3887ec534d724ed7cbd))
* Restore new table names for commits timeline table after merge conflict) ([`feb6e98`](https://github.com/ssc-oscar/oscar.py/commit/feb6e98a64746dbd6c77d349eb2bc766e03db38b))
* Cleanup after undergrads ([`2056d38`](https://github.com/ssc-oscar/oscar.py/commit/2056d38697d46c46e2e97bb4ac9a84d024e653d3))

### Breaking
* make trees non-recursive by default ([`ab5400a`](https://github.com/ssc-oscar/oscar.py/commit/ab5400a0624dbd7a0dddc8ae5d5f64ec6a223968))
* Python3 support ([`941f123`](https://github.com/ssc-oscar/oscar.py/commit/941f123bd599201270c832ecd1ebd668968c4969))

### Documentation
* Update contribution guide ([`cfd291c`](https://github.com/ssc-oscar/oscar.py/commit/cfd291c577cd416eeab19b213679fa5faef9382c))
* Minor improvements ([`7678165`](https://github.com/ssc-oscar/oscar.py/commit/7678165a11f170974b88d89a5f104e5a175c855b))
* Write contribution guideline ([`204b22f`](https://github.com/ssc-oscar/oscar.py/commit/204b22f87a6fbfe1d78a372f10444e1203cff999))
* Make docstring convention consistent (Google style) ([`c707f52`](https://github.com/ssc-oscar/oscar.py/commit/c707f52c060908f90b86b0f74881797b7a5a9262))
2 changes: 1 addition & 1 deletion oscar.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import warnings
# `pip uninstall lzf && pip install python-lzf`
import lzf

__version__ = '1.3.3'
__version__ = '2.0.0'
__author__ = 'Marat (@cmu.edu)'
__license__ = 'GPL v3'

Expand Down

0 comments on commit 5fd96b4

Please sign in to comment.