Skip to content

Commit

Permalink
chore: Release 0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pandier committed May 13, 2023
1 parent 717d050 commit d3bdf30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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
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
@@ -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"
Expand Down

0 comments on commit d3bdf30

Please sign in to comment.