Skip to content

Commit

Permalink
Bump to version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceneNerd committed Aug 29, 2024
1 parent 5be2ea3 commit 1dd88e4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.15.0] - 2024-08-29

This release is fairly significant and includes *multiple breaking changes* to
the UKMM mod format. This means there is a *high likehood* that you will need to
reinstall and/or repackage existing UKMM mods to avoid errors. Ideally, this
should be the last breaking release before stabilizaiton.

**Added**

- Added support for new Cemu config paths
Expand Down
14 changes: 7 additions & 7 deletions 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 @@ -86,7 +86,7 @@ members = [
]

[workspace.package]
version = "0.13.0"
version = "0.15.0"

[workspace.dependencies]
anyhow = "1"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Unlike BCML, building from source is easy.

Requirements:

- Recent Rust toolchain (MSRV 1.69)
- Recent Rust toolchain (MSRV 1.80)
- A compiler that supports C++17
- Modern CMake (3.12+)

Expand All @@ -52,14 +52,14 @@ build --release` in the root repo folder. It may take a while.

## Contributing

Issues: https://github.com/NiceneNerd/UKMM/issues
Issues: <https://github.com/NiceneNerd/UKMM/issues>

Contributions are always welcome. Some notes about the process:

- At present, some tests need to be setup manually, as they require you to have
a game dump and a Wii U mod to test on. However, all tests in the `uk-content`
package are standalone and should be pass without any setup.
- As this codebase grew is complicated ways over a period of about 8 months,
- As this codebase grew is complicated ways over a period of a few years now,
some parts might not be entirely consistent in conventions or could use
refactoring. If you work on any part of the code that could use improvement in
consistency or sustainability, please go ahead and do what seems right in your
Expand Down

0 comments on commit 1dd88e4

Please sign in to comment.