CHANGES
=======

1.2.3
-----

* README is valid now
* code not displayed in README
* add license

1.2.2
-----

* modify README to link github images
* prepare push to github
* add pipenv\_to\_requirements

1.2
---

* change behaviour: release or refresh on a not-acquired lock will throw an exception
* holder\_id instead of id. + method takes strings not bytes
* test classes should began with Test + test correction

1.1.1
-----

* fix when lock not acquired

1.1.0
-----

* add refresh
* save id in case the id was automatically generated
* usage in README

1.0.0
-----

* last usefull test
* grammar
* grammar
* grammar

0.9.0
-----

* redis\_lock needs id to be a byte
* update pipfile.lock
* reactivate tests
* resolve encoding problems
* redis must give us str for py2/3 compat
* black
* documentation step 2
* documentation step 1
* back end for locks is abstracted to be modifiable
* TreeLock class + decorator and context manager possibilities

0.8.1
-----

* rename to mutextree

0.8.0
-----

* rename for sonar too
* module was renamed
* clean things
* rename + readme
* test with concurrent calls to the mutex
* mutex-tree: starting
* Initial commit
