From cfd7b43c2c951785983e2bde864bdea7042f0c35 Mon Sep 17 00:00:00 2001 From: Eric Saxby Date: Thu, 6 Jul 2023 09:29:59 -0700 Subject: [PATCH] Release v1.6.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea67ac..9ca3f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change log +## 1.6.1 + - View logs from branches via `origin/{branch}` rather than switching branches. ## 1.6.0 diff --git a/Cargo.lock b/Cargo.lock index 9baaadd..5cfe3e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "dyd" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a140059..0912156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = [ license = "MIT" readme = "README.md" repository = "https://github.com/synchronal/dyd" -version = "1.6.0" +version = "1.6.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html