Skip to content

Commit 288a8d6

Browse files
ryan-williamsclaude
andcommitted
v0.7.5
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e4f0157 commit 288a8d6

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

0.7.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v0.7.5: `console` output style + named `-y/--style` selector for `bmd`
2+
3+
✨ New features
4+
- Add `console` output style: a ```` ```console ```` fence with a `$ `-prefixed command and raw, uncommented output
5+
- Add `bmdc` alias (= `bmd -y console`)
6+
- Add `-y/--style` to `bmd`: a named alternative to counting `-f/--fence` ({`comment`, `bash`, `split`, `details`, `console`}), with unique-prefix then unique-substring matching (e.g. `con`/`sole``console`)
7+
8+
🛠 Changes
9+
- Passing `-f/--fence` and `-y/--style` with conflicting styles is now an error (previously `-y` silently won)
10+
- `-f/--fence` help cross-references the equivalent `-y/--style` names

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mdcmd"
33
description = "Execute commands in Markdown files, embed output, generate TOCs"
4-
version = "0.7.4"
4+
version = "0.7.5"
55
readme = "README.md"
66
authors = [
77
{ name = "Ryan Williams", email = "ryan@runsascoded.com" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)