Skip to content

Commit 7c13118

Browse files
committed
fix: correct frontmatter dashes and typo in 0.7.0.md
1 parent a8604ff commit 7c13118

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/releases/0.7.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
--
1+
---
22
layout: default
33
title: 0.7.0
44
parent: Releases
5-
--
5+
---
66

77
# 0.7.0
88

99
### Added
1010

11-
- Add Api.update_draft_from_markdown(draft_id, markdown, ...) method to safely update draft content.
12-
- Add substack drafts update DRAFT_ID MARKDOWN_FILE CLI command with --dry-run validation.
11+
- Add `Api.update_draft_from_markdown(draft_id, markdown, ...)` method to safely update draft content.
12+
- Add `substack drafts update DRAFT_ID MARKDOWN_FILE` CLI command with `--dry-run` validation.
1313
- Refuse to update drafts containing unsupported nodes to prevent remote data loss.
14-
- Added --yes flag to bypass interactive confirmation for script usage.
14+
- Added `--yes` flag to bypass interactive confirmation for script usage.
1515

1616
### Dependencies
1717

18-
- Bump astmcp from 3.4.7 to 4.0.3 (#74).
18+
- Bump `fastmcp` from 3.4.7 to 4.0.3 (#74).

0 commit comments

Comments
 (0)