Skip to content

Commit

Permalink
Release hg-git-fast-import 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Oct 9, 2020
1 parent d760316 commit d25590f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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 = "hg-git-fast-import"
version = "1.3.5"
version = "1.3.6"
authors = ["Alexander Korolev <[email protected]>"]
license = "Unlicense OR MIT"
description = """
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
A utility to import single and multiple Mercurial repositories to Git.

Expand All @@ -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 <[email protected]>
Exports single Mercurial repository to Git fast-import compatible format

Expand Down Expand Up @@ -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 <[email protected]>
Exports multiple Mercurial repositories to single Git repo in fast-import compatible format

Expand Down Expand Up @@ -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 <[email protected]>
Rebuilds saved state of repo

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
A utility to import single and multiple Mercurial repositories to Git.
Expand All @@ -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 <[email protected]>
Exports single Mercurial repository to Git fast-import compatible format
Expand Down Expand Up @@ -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 <[email protected]>
Exports multiple Mercurial repositories to single Git repo in fast-import compatible format
Expand Down Expand Up @@ -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 <[email protected]>
Rebuilds saved state of repo
Expand Down

0 comments on commit d25590f

Please sign in to comment.