From 67184d25c746f992e24481527bc3509dd78583e9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 23 Oct 2019 05:18:30 -0400 Subject: changelog and version bump --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- package/arch/PKGBUILD | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005c66f..ff6b484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3] - 2019-10-23 + +### Fixed + +* if a system user defines a home directory of `/`, treat it as not having a + home directory + ## [0.1.2] - 2019-10-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 57dbc46..2455306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ dependencies = [ [[package]] name = "teleterm" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cff972f..b12d3cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teleterm" -version = "0.1.2" +version = "0.1.3" authors = ["Jesse Luehrs "] edition = "2018" diff --git a/package/arch/PKGBUILD b/package/arch/PKGBUILD index 0d0d726..f8b7e75 100644 --- a/package/arch/PKGBUILD +++ b/package/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jesse Luehrs pkgname=teleterm -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 makedepends=('rust' 'cargo') depends=('openssl') -- cgit v1.2.3-54-g00ecf