diff --git a/Cargo.lock b/Cargo.lock index 1a5ba1f..4ae9f5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -754,6 +754,7 @@ checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "mcapi" version = "0.2.0" +source = "git+https://github.com/ParadigmMC/mcapi.git#f33186b6b008769538d019cb1e0cacd0389f1e1f" dependencies = [ "os-version", "regex", @@ -766,7 +767,7 @@ dependencies = [ [[package]] name = "mcman" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 95198e0..0d8dfd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcman" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["ParadigmMC"] repository = "https://github.com/ParadigmMC/mcman" @@ -19,8 +19,8 @@ futures = "0.3" indexmap = "2.0.0" indicatif = "0.17" java-properties = { git = "https://github.com/ParadigmMC/java-properties.git" } -#mcapi = { git = "https://github.com/ParadigmMC/mcapi.git" } -mcapi = { path = "../mcapi" } +mcapi = { git = "https://github.com/ParadigmMC/mcapi.git" } +#mcapi = { path = "../mcapi" } pathdiff = { git = "https://github.com/Manishearth/pathdiff.git" } regex = "1.8" reqwest = { version = "0.11", features = ["json", "stream", "rustls-tls"], default-features = false } diff --git a/README.md b/README.md index a4f408e..4ee7dd8 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,12 @@ View the [Documentation](./DOCS.md) here. ## Changelog -### `0.3.0` (unreleased) +### `0.2.1` - Added **Fabric** support. - Added **Quilt** support. - Added `mcman import mrpack` command. +- `mcman init` now supports mrpacks ### `0.2.0`