Skip to content

Commit

Permalink
(cargo-release) version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Aug 10, 2020
1 parent 313341e commit 58c1b21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [1.0.2] - 2020-08-10
- Compress release binaries.
- Bump deps.

Expand All @@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Switch from Rocket to actix-web to make this work on stable Rust.

<!-- next-url -->
[Unreleased]: https://github.com/svenstaro/proby/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/svenstaro/proby/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/svenstaro/proby/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/svenstaro/proby/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/svenstaro/proby/compare/0.4.0...v1.0.0
[0.4.0]: https://github.com/svenstaro/proby/compare/0.3.0...0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proby"
version = "1.0.2-alpha.0"
version = "1.0.2"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
description = "Check whether hosts are reachable on certain ports and return result on HTTP"
repository = "https://github.com/svenstaro/proby"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The default timeout is one second.

## CLI usage

proby 1.0.1
proby 1.0.2
Sven-Hendrik Haase <svenstaro@gmail.com>
Check whether hosts are reachable on certain ports and return result on HTTP

Expand Down

0 comments on commit 58c1b21

Please sign in to comment.