Skip to content

Commit

Permalink
Release hg-git-fast-import 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed May 10, 2024
1 parent 724d5ad commit 8d0db50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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
Expand Up @@ -12,7 +12,7 @@ name = "hg-git-fast-import"
readme = "README.md"
repository = "https://github.com/kilork/hg-git-fast-import"
rust-version = "1.78"
version = "1.3.8"
version = "1.4.0"

[lib]
doctest = false
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Mercurial to Git converter using git fast-import with multi repository import support

[![Linux build status](https://travis-ci.org/kilork/hg-git-fast-import.svg)](https://travis-ci.org/kilork/hg-git-fast-import)
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/kilork/hg-git-fast-import?svg=true)](https://ci.appveyor.com/project/kilork/hg-git-fast-import)
[![Crates.io](https://img.shields.io/crates/v/hg-git-fast-import.svg)](https://crates.io/crates/hg-git-fast-import)
[![Packaging status](https://repology.org/badge/tiny-repos/hg-git-fast-import.svg)](https://repology.org/project/hg-git-fast-import/badges)
[![hg-git-fast-import](https://snapcraft.io//hg-git-fast-import/badge.svg)](https://snapcraft.io/hg-git-fast-import)
Expand Down Expand Up @@ -49,7 +47,7 @@ With Snap (*):

```bash
$ hg-git-fast-import --help
hg-git-fast-import 1.3.8
hg-git-fast-import 1.4.0

USAGE:
hg-git-fast-import <SUBCOMMAND>
Expand All @@ -70,7 +68,7 @@ Import of single repository:

```bash
$ hg-git-fast-import single --help
hg-git-fast-import-single 1.3.8
hg-git-fast-import-single 1.4.0
Exports single Mercurial repository to Git fast-import compatible format

USAGE:
Expand Down Expand Up @@ -108,7 +106,7 @@ Import of multiple repositories:
```bash
$ hg-git-fast-import multi --help
hg-git-fast-import-multi 1.3.8
hg-git-fast-import-multi 1.4.0
Exports multiple Mercurial repositories to single Git repo in fast-import compatible format

USAGE:
Expand Down Expand Up @@ -140,7 +138,7 @@ Rebuild saved state of repo:
```bash
$ hg-git-fast-import build-marks --help
hg-git-fast-import-build-marks 1.3.8
hg-git-fast-import-build-marks 1.4.0
Rebuilds saved state of repo

USAGE:
Expand Down

0 comments on commit 8d0db50

Please sign in to comment.