chore: bump version to 0.4.1 and update changelog
This commit is contained in:
		@ -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).
 | 
					and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [v0.4.1] - 2021-04-27
 | 
				
			||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
- code cleanup
 | 
					- code cleanup
 | 
				
			||||||
- switch over to tokio-ping fork, tokio-icmp-echo
 | 
					- switch over to tokio-ping fork, tokio-icmp-echo
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -447,7 +447,7 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "peshming"
 | 
					name = "peshming"
 | 
				
			||||||
version = "0.4.0"
 | 
					version = "0.4.1"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "anyhow",
 | 
					 "anyhow",
 | 
				
			||||||
 "async-anyhow-logger",
 | 
					 "async-anyhow-logger",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "peshming"
 | 
					name = "peshming"
 | 
				
			||||||
version = "0.4.0"
 | 
					version = "0.4.1"
 | 
				
			||||||
license = "AGPL-3.0-only"
 | 
					license = "AGPL-3.0-only"
 | 
				
			||||||
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
 | 
					authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
 | 
				
			||||||
repository = "https://git.jcg.re/jcgruenhage/peshming"
 | 
					repository = "https://git.jcg.re/jcgruenhage/peshming"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user