Prepare v0.0.3 release
This commit is contained in:
Generated
+1
-1
@@ -1051,7 +1051,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mudmouth"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mudmouth"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
edition = "2024"
|
||||
description = "A classic MUD-inspired EverQuest log reader with Kokoro voices"
|
||||
license = "MIT"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ let
|
||||
buildMudmouth = packageSet:
|
||||
packageSet.rustPlatform.buildRustPackage {
|
||||
pname = "mudmouth";
|
||||
version = "0.0.2";
|
||||
version = "0.0.3";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
nativeBuildInputs = [ packageSet.pkg-config ];
|
||||
|
||||
@@ -11,10 +11,11 @@ trap 'rm -f "$notes"' EXIT
|
||||
[[ -f "$checksums" ]] || { echo "Missing $checksums; run scripts/package-release.sh first." >&2; exit 1; }
|
||||
|
||||
cat > "$notes" <<EOF
|
||||
## Pre-release
|
||||
## Classic NPC voice mapping
|
||||
|
||||
First Linux and Windows pre-release of Mudmouth. It includes first-run
|
||||
EverQuest log discovery, setup, and refreshed development documentation.
|
||||
Mudmouth now maps classic NPCs from their recorded characteristics, helping
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user