Prepare v0.0.3 release
CI / macos-latest (push) Has been cancelled
CI / ubuntu-latest (push) Has been cancelled
CI / windows-latest (push) Has been cancelled

This commit is contained in:
pleb
2026-07-29 11:08:22 -07:00
parent 1648ec5672
commit 7d659167bd
4 changed files with 7 additions and 6 deletions
Generated
+1 -1
View File
@@ -1051,7 +1051,7 @@ dependencies = [
[[package]] [[package]]
name = "mudmouth" name = "mudmouth"
version = "0.0.2" version = "0.0.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "mudmouth" name = "mudmouth"
version = "0.0.2" version = "0.0.3"
edition = "2024" edition = "2024"
description = "A classic MUD-inspired EverQuest log reader with Kokoro voices" description = "A classic MUD-inspired EverQuest log reader with Kokoro voices"
license = "MIT" license = "MIT"
+1 -1
View File
@@ -4,7 +4,7 @@ let
buildMudmouth = packageSet: buildMudmouth = packageSet:
packageSet.rustPlatform.buildRustPackage { packageSet.rustPlatform.buildRustPackage {
pname = "mudmouth"; pname = "mudmouth";
version = "0.0.2"; version = "0.0.3";
src = ./.; src = ./.;
cargoLock.lockFile = ./Cargo.lock; cargoLock.lockFile = ./Cargo.lock;
nativeBuildInputs = [ packageSet.pkg-config ]; nativeBuildInputs = [ packageSet.pkg-config ];
+4 -3
View File
@@ -11,10 +11,11 @@ trap 'rm -f "$notes"' EXIT
[[ -f "$checksums" ]] || { echo "Missing $checksums; run scripts/package-release.sh first." >&2; exit 1; } [[ -f "$checksums" ]] || { echo "Missing $checksums; run scripts/package-release.sh first." >&2; exit 1; }
cat > "$notes" <<EOF cat > "$notes" <<EOF
## Pre-release ## Classic NPC voice mapping
First Linux and Windows pre-release of Mudmouth. It includes first-run Mudmouth now maps classic NPCs from their recorded characteristics, helping
EverQuest log discovery, setup, and refreshed development documentation. newly encountered NPCs start with a more fitting curated voice selection.
The compact mapping is built into the app, so it requires no separate download.
## SHA-256 ## SHA-256