chore: bump version to 0.3.0 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.3.0] - 2021-04-19
 | 
				
			||||||
### Added
 | 
					### Added
 | 
				
			||||||
- added healthcheck endpoint
 | 
					- added healthcheck endpoint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -550,7 +550,7 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "peshming"
 | 
					name = "peshming"
 | 
				
			||||||
version = "0.2.3"
 | 
					version = "0.3.0"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "chrono",
 | 
					 "chrono",
 | 
				
			||||||
 "clap",
 | 
					 "clap",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "peshming"
 | 
					name = "peshming"
 | 
				
			||||||
version = "0.2.3"
 | 
					version = "0.3.0"
 | 
				
			||||||
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
 | 
					authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
 | 
				
			||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."
 | 
					description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user