chore: bump version to 0.4.1 and update changelog

This commit is contained in:
Jan Christian Grünhage 2021-04-27 21:27:50 +02:00
parent d16e06b253
commit 576f5728a4
3 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v0.4.1] - 2021-04-27
### Changed
- code cleanup
- switch over to tokio-ping fork, tokio-icmp-echo

2
Cargo.lock generated
View File

@ -447,7 +447,7 @@ dependencies = [
[[package]]
name = "peshming"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"async-anyhow-logger",

View File

@ -1,6 +1,6 @@
[package]
name = "peshming"
version = "0.4.0"
version = "0.4.1"
license = "AGPL-3.0-only"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
repository = "https://git.jcg.re/jcgruenhage/peshming"