Skip to content

Commit

Permalink
release version v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Nov 18, 2019
1 parent 69032bf commit a9e3b2a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.2.6"
version = "1.3.0"
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 @@ -35,7 +35,7 @@ From source:

```bash
$ hg-git-fast-import --help
hg-git-fast-import 1.2.6
hg-git-fast-import 1.3.0
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.2.6
hg-git-fast-import-single 1.3.0
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.2.6
hg-git-fast-import-multi 1.3.0
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.2.6
hg-git-fast-import-build-marks 1.3.0
Alexander Korolev <[email protected]>
Rebuilds saved state of repo

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.2.6
hg-git-fast-import 1.3.0
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.2.6
hg-git-fast-import-single 1.3.0
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.2.6
hg-git-fast-import-multi 1.3.0
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.2.6
hg-git-fast-import-build-marks 1.3.0
Alexander Korolev <[email protected]>
Rebuilds saved state of repo
Expand Down

0 comments on commit a9e3b2a

Please sign in to comment.