=== 0.4.5.1 ==
* fix typo for max_open_files argument on mount

=== 0.4.5 ==
* add max_open_files mount option which allow to specify a files open hard and soft limit

=== 0.4.4 ==
* show a helpful message when trying to clone an empty repository #239
* log exception only on failed push #240
* add sentry tags #244
* upgrade pygit2 to 0.24.1

=== 0.4.3 ==
* improve commit message thanks to @tusharmakkar08

=== 0.4.2 ==
* fix pending writers bug #223
* cleanup code and error messages (thanks to @promulo and @ChristianAlexander)

=== 0.4.1 ==
* add credentials to push and fetch operations #226 (hotfix)

=== 0.4.0 ==
* delete directories on force checkout #221
* improve logging #222
* retry mechanism for push #201
* port to python3 thanks to @justuswilhelm #199
* improve test running speed thanks to @rciorba
* improve development using vagrant

=== 0.3.3 ==
* fetch before you merge #194

=== 0.3.2 ==
* solve logging bug #190
* fix merging conflict bugs #176
* add more tests for directoy deletion #184

=== 0.3.1 ==
* fix Makefile

=== 0.3 ==
* upgrade pygit to 0.22.0
* fix deleting a directory bug #180
* introduce idle mode #156
* close minor issues: #97, #177

=== 0.2.4 ==
* feature: added `hard_ignore` and `ignore_file` mount options
* fixed: `link` syscall
* change: `.gitmodules` file is read-only

=== 0.2.3 ===
* feature: send erros to sentry. Can be configured by environment variable SENTRY_DSN or sentry_dsn mount option
* fixed the way .gitignore entries are checked
* improved logging

=== 0.2.2 ===
* upgrade to pygit2 0.21.4
* fix #157: use `log.exception` to log exception when push/fetch fails

=== 0.2.1 ===
* fix __version__ import error
* added support for publishing on pypi from drone.io

=== 0.2 ===
* fix #152: logger should include `remote_url`
* fix #153: make sure that no empty commits are ever created
* fix #154: add __version__
* fix #123: remove duplicate code
* fix #79: duplicate code in Repository._get_git_object and Repository._get_git_object_type

=== 0.1.2 ===
* fix #136, #137, #140: various bugs related to directory creation/removal
* fix #144, #145, #146: various bugs related to cache system
* fix #142: /current is unavailable when repo_path is relative
* fix #148: don't push empty commits
* fix #149: commiter_name should be args.user
* fix #150: submodules are not ignored


=== 0.1.1 ===
* fix #129: use ssh user from clone url
* fix #134: pushing on repos requiring authentication was not working

=== 0.1.0 ===
Initial release
