From d25590fd78739ec199e771d3b0a7581468ec49d3 Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Fri, 9 Oct 2020 19:46:28 +0200 Subject: [PATCH] Release hg-git-fast-import 1.3.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- snapcraft.yaml | 2 +- src/lib.rs | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9272bfc..0663a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "hg-git-fast-import" -version = "1.3.5" +version = "1.3.6" dependencies = [ "dialoguer", "exitfailure", diff --git a/Cargo.toml b/Cargo.toml index fa1f143..b259c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hg-git-fast-import" -version = "1.3.5" +version = "1.3.6" authors = ["Alexander Korolev "] license = "Unlicense OR MIT" description = """ diff --git a/README.md b/README.md index 1bc11b2..1476c55 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ With Snap (*): ```bash $ hg-git-fast-import --help -hg-git-fast-import 1.3.5 +hg-git-fast-import 1.3.6 Alexander Korolev A utility to import single and multiple Mercurial repositories to Git. @@ -71,7 +71,7 @@ Import of single repository: ```bash $ hg-git-fast-import single --help -hg-git-fast-import-single 1.3.5 +hg-git-fast-import-single 1.3.6 Alexander Korolev Exports single Mercurial repository to Git fast-import compatible format @@ -108,7 +108,7 @@ Import of multiple repositories: ```bash $ hg-git-fast-import multi --help -hg-git-fast-import-multi 1.3.5 +hg-git-fast-import-multi 1.3.6 Alexander Korolev Exports multiple Mercurial repositories to single Git repo in fast-import compatible format @@ -139,7 +139,7 @@ Rebuild saved state of repo: ```bash $ hg-git-fast-import build-marks --help -hg-git-fast-import-build-marks 1.3.5 +hg-git-fast-import-build-marks 1.3.6 Alexander Korolev Rebuilds saved state of repo diff --git a/snapcraft.yaml b/snapcraft.yaml index 1d49d68..1fc4063 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hg-git-fast-import -version: '1.3.5' +version: '1.3.6' summary: A utility to import single and multiple Mercurial repositories to Git description: | Features: diff --git a/src/lib.rs b/src/lib.rs index 58824fc..e45930a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,7 +35,7 @@ cargo install --path . ```bash $ hg-git-fast-import --help -hg-git-fast-import 1.3.5 +hg-git-fast-import 1.3.6 Alexander Korolev A utility to import single and multiple Mercurial repositories to Git. @@ -57,7 +57,7 @@ Import of single repository: ```bash $ hg-git-fast-import single --help -hg-git-fast-import-single 1.3.5 +hg-git-fast-import-single 1.3.6 Alexander Korolev Exports single Mercurial repository to Git fast-import compatible format @@ -94,7 +94,7 @@ Import of multiple repositories: ```bash $ hg-git-fast-import multi --help -hg-git-fast-import-multi 1.3.5 +hg-git-fast-import-multi 1.3.6 Alexander Korolev Exports multiple Mercurial repositories to single Git repo in fast-import compatible format @@ -125,7 +125,7 @@ Rebuild saved state of repo: ```bash $ hg-git-fast-import build-marks --help -hg-git-fast-import-build-marks 1.3.5 +hg-git-fast-import-build-marks 1.3.6 Alexander Korolev Rebuilds saved state of repo