Skip to content

Commit

Permalink
Update CHANGELOG with details of 0.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Apr 9, 2019
1 parent f83119b commit a71e588
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,35 @@
Changelog
=========

0.0.1 (2018-07-20)
------------------

* First release on PyPI.
0.0.10 (2019-04-09)
-------------------

* Match functionality with version 0.0.10 of protean
* Support for chained update and delete methods on QuerySet
* Support for update_all method for mass updates on objects
* Support for delete_all method for mass deletion of objects
* Rename databases configuration key in Config file from REPOSITORIES to DATABASES
* Split Adapter class into Provider and Repository
* Subclass from BaseLookup instead of Lookup
* Centralize model registrations for the test suite
* Use Pytest fixtures instead of setup and teardown methods

0.0.6 (2018-12-28)
0.0.9 (2019-03-11)
------------------

* Match with version 0.0.6 of protean

* Match with version 0.0.9 of protean

0.0.7 (2019-03-04)
------------------

* Match with version 0.0.7 of protean


0.0.9 (2019-03-11)
0.0.6 (2018-12-28)
------------------

* Match with version 0.0.9 of protean
* Match with version 0.0.6 of protean

0.0.10 (2019-04-05)
-------------------
0.0.1 (2018-07-20)
------------------

* Match with version 0.0.10 of protean
* First release on PyPI.

0 comments on commit a71e588

Please sign in to comment.