Skip to content

Commit ef73cdc

Browse files
authored
Bump version: 0.4.1-rc0 (#65)
1 parent c44829f commit ef73cdc

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.4.0"
2+
current_version = "0.4.1-rc0"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Fixed
11+
12+
- Convert HTML void elements (`<br>`, `<img>`, `<hr>`) to XHTML self-closing form for Confluence compatibility
13+
14+
### Changed
15+
16+
- Use stdlib `html.parser.HTMLParser` for robust HTML-to-XHTML conversion instead of regex
17+
- Use dynamic default branch detection in publish-release script
18+
19+
### CI
20+
21+
- Bump `actions/cache` in the actions group
22+
1023
## [0.4.0] - 2026-05-12
1124

1225
### Added

mdfluence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1-rc0"
22
__url__ = "https://github.com/geopanther/mdfluence"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mdfluence"
3-
version = "0.4.0"
3+
version = "0.4.1-rc0"
44
description = "Convert and upload Markdown documents to Confluence (fork of md2cf by Jack Gaino)"
55
readme = "README.md"
66
license = "MIT"

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)