Prepare v0.0.3 release
This commit is contained in:
Generated
+1
-1
@@ -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
@@ -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
@@ -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 ];
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user