peshming/CHANGELOG.md

12 lines
385 B
Markdown
Raw Normal View History

2020-04-06 12:11:28 +00:00
### 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
2019-02-06 18:49:13 +00:00
### v0.1.0
2020-04-06 12:11:28 +00:00
Initial implementation. This works, but still has compiler warnings during
compilation.