git-digger 0.1.11

Helper library to handle multiple git repositories
Documentation
# git-digger

Helper library to deal with multiple repositories from multiple git hosting services.

## Example

See the [git-digger-example](https://github.com/szabgab/git-digger-example)


## Who uses it?


* [Public mdbooks]https://mdbooks.code-maven.com/ - [source]https://github.com/szabgab/mdbooks.code-maven.com
* [rust-digger]https://rust-digger.code-maven.com/ - [source]https://github.com/szabgab/rust-digger/

One day it might become useful for others as well.


## Release process

* Update the version number in Cargo.toml
* `cargo build`
* `git add .`
* `git commit -m "update version number"`
* `git tag -a v0.1.11 -m v0.1.11`
* `git push --tags`
* `git push`
* `cargo publish`