Skip to content

Commit

Permalink
release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alucryd committed Apr 2, 2024
1 parent bc14614 commit f415026
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.18.1
- Bump minimum required chdman version to 0.264 for dreamcast
- Fix dreamcast system being skipped even with the correct chdman version

# 0.18.0

- Replace `async-std` with `tokio`
Expand Down
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 @@ -10,7 +10,7 @@ license = "GPL-3.0+"
name = "oxyromon"
readme = "README.md"
repository = "https://github.com/alucryd/oxyromon"
version = "0.18.0"
version = "0.18.1"

[features]
default = ["use-rustls", "enable-asm"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
alt="logo">
</img>

<h1 style="text-align: center;">oxyROMon 0.18.0</h1>
<h1 style="text-align: center;">oxyROMon 0.18.1</h1>

### Rusty ROM OrgaNizer

Expand Down Expand Up @@ -442,7 +442,7 @@ Supported ROM formats:

Note: CHD will be extracted to their original split CUE/BIN where applicable.

Warning: CHD for Dreamcast requires at least chdman 0.262 but some games will still have issues, see https://github.com/alucryd/oxyromon/issues/110
Warning: CHD for Dreamcast requires at least chdman 0.264

Usage: oxyromon convert-roms [OPTIONS]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxyromon",
"version": "0.18.0",
"version": "0.18.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit f415026

Please sign in to comment.