diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c03fd..e5eb1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0-rc.1] - 2023-05-13 + - Manifest file renamed to `niterpack.toml` - `build` command now uses first file if primary file is not defined - Fixed `build` requesting version multiple times @@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/panda885/niter/compare/v0.1.0-rc.0...HEAD +[Unreleased]: https://github.com/panda885/niter/compare/v0.1.0-rc.1...HEAD +[0.1.0-rc.1]: https://github.com/panda885/niter/compare/v0.1.0-rc.0...v0.1.0-rc.1 [0.1.0-rc.0]: https://github.com/panda885/niter/releases/tag/v0.1.0-rc.0 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 29e6adf..7391d88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,7 +522,7 @@ dependencies = [ [[package]] name = "niterpack" -version = "0.1.0-rc.0" +version = "0.1.0-rc.1" dependencies = [ "clap", "eyre", diff --git a/Cargo.toml b/Cargo.toml index 4f8ce70..0d5bd5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "niterpack" -version = "0.1.0-rc.0" +version = "0.1.0-rc.1" description = "A modern command-line tool for creating Minecraft modpacks" repository = "https://github.com/panda885/niter" license = "MIT OR Apache-2.0"