Skip to content

Commit 4d42c7a

Browse files
Release 0.3.0: updated CHANGELOG with formatter improvements, expanded README, and new example use cases.
1 parent 449178a commit 4d42c7a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-04-08
11+
12+
### Changed
13+
14+
- **Effective AsciiDoc formatter**: inherited members no longer show an ancestor prefix in the signature column (left). Instead, the documentation column (right) shows `_Inherited from {AncestorType}_` as an italic note with a cross-reference link.
15+
- **README**: expanded introduction — explains what BMM and P_BMM are, links to the specs, describes each output format's role in the specifications site. Added "Extend it for your own use" section with examples of downstream artefacts. Added CI, PHP, license, and Docker badges.
16+
1017
## [0.2.0] - 2026-04-07
1118

1219
### Changed
@@ -36,6 +43,7 @@ First release: a small command-line tool that turns openEHR BMM JSON into AsciiD
3643

3744
Input is BMM JSON only (not XMI/UML exchange files).
3845

39-
[Unreleased]: https://github.com/openehr/bmm-publisher/compare/0.2.0...HEAD
46+
[Unreleased]: https://github.com/openehr/bmm-publisher/compare/0.3.0...HEAD
47+
[0.3.0]: https://github.com/openehr/bmm-publisher/compare/0.2.0...0.3.0
4048
[0.2.0]: https://github.com/openehr/bmm-publisher/compare/0.1.0...0.2.0
4149
[0.1.0]: https://github.com/openehr/bmm-publisher/releases/tag/0.1.0

0 commit comments

Comments
 (0)