From 0c2182c50d25d0048cd5b94dfd79e44cd0430408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Wed, 8 Jan 2020 20:10:40 +0300 Subject: [PATCH] Version 0.5.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- tiny/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef9f75f..f1af6eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 2020/01/08: 0.5.1 - When a domain name resolves to multiple IP addresses tiny now tries connecting to the rest of the addresses when one fails (#144). diff --git a/Cargo.lock b/Cargo.lock index 6f5f448e..936ce8af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "tiny" -version = "0.5.0" +version = "0.5.1" dependencies = [ "dirs", "env_logger", diff --git a/tiny/Cargo.toml b/tiny/Cargo.toml index 9c714bcb..838f2f0a 100644 --- a/tiny/Cargo.toml +++ b/tiny/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny" -version = "0.5.0" +version = "0.5.1" authors = ["Ömer Sinan Ağacan "] repository = "https://github.com/osa1/tiny" readme = "README.md"