tunneler-core 0.6.2

Provides the Core functionality for the Tunneler software
Documentation
1
2
3
4
5
6
7
8
# CONTRIBUTING

## Releasing a new Version
All Releases are made on the master-branch. To create a new Release:
* Make sure the `cargo.toml` is updated with the newest version set
* Create a new Tag with the Version in the format `v[Major].[Minor].[Path]` and push it
* The created Release should then be Reviewed once more to make sure it all went according to plan
* Approve the Release if everything is good