bump version to 0.2.1
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.2.1] - 2020-04-06
 | 
				
			||||||
### Fixed
 | 
					### Fixed
 | 
				
			||||||
- fix interval timings
 | 
					- fix interval timings
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -430,7 +430,7 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "peshming"
 | 
					name = "peshming"
 | 
				
			||||||
version = "0.2.0"
 | 
					version = "0.2.1"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "peshming"
 | 
					name = "peshming"
 | 
				
			||||||
version = "0.2.0"
 | 
					version = "0.2.1"
 | 
				
			||||||
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."
 | 
				
			||||||
 | 
				
			|||||||
@ -10,7 +10,7 @@ someone comes up with something better.
 | 
				
			|||||||
### Usage:
 | 
					### Usage:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
$ peshming --help
 | 
					$ peshming --help
 | 
				
			||||||
peshming 0.2.0
 | 
					peshming 0.2.1
 | 
				
			||||||
Jan Christian Grünhage <jan.christian@gruenhage.xyz>
 | 
					Jan Christian Grünhage <jan.christian@gruenhage.xyz>
 | 
				
			||||||
Pings configured hosts in a configurable intervals and exposes metrics for prometheus.
 | 
					Pings configured hosts in a configurable intervals and exposes metrics for prometheus.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user