Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle behavioral change with mdformat v0.7.22 #31

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Remove hard-coded UCLA secrets, add explicit `secrets` inputs to workflows
- Automatically delete release branch after merging pull request

### Fixed

- Added `import mdformat.renderer` to fix issue with mdformat v0.7.22

## [1.0.3] - 2024-11-01

### Fixed
Expand Down
1 change: 1 addition & 0 deletions bumpchanges/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from typing import ClassVar, Optional

import mdformat
import mdformat.renderer
from markdown_it import MarkdownIt
from markdown_it.token import Token

Expand Down