bump version to 0.2.0
parent
0e8f270742
commit
15160b197c
@ -1,2 +1,11 @@
|
||||
### v0.2.0
|
||||
- switched from oping to tokio-ping. This removes the dependency on liboping and
|
||||
a bunch of custom build tooling.
|
||||
- improved error handling
|
||||
- added copyright headers
|
||||
- update dependencies
|
||||
- use async/await syntax and updated async ecosystem libraries where possible
|
||||
|
||||
### v0.1.0
|
||||
Initial implementation. This works, but still has compiler warnings during compilation.
|
||||
Initial implementation. This works, but still has compiler warnings during
|
||||
compilation.
|
||||
|
Loading…
Reference in New Issue