Skip to content
Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.7.7 (2026-09-02)



### Bug Fixes
* Forward the create-time step symbol table to openjd-sessions (#237) ([`bcd09b5`](https://github.com/OpenJobDescription/openjd-cli/commit/bcd09b5e1a2d7679c6b1d0b6281987bcf69cb46a))
* Forward the create-time step symbol table to sessions ([`bcd09b5`](https://github.com/OpenJobDescription/openjd-cli/commit/bcd09b5e1a2d7679c6b1d0b6281987bcf69cb46a))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 0.7.7 section lists the same fix twice, both linking to the same commit bcd09b5:

  • Forward the create-time step symbol table to openjd-sessions (#237)
  • Forward the create-time step symbol table to sessions

This looks like a squash-merge artifact: the release notes generator parsed both the squash-commit subject and the original branch commit subject out of bcd09b5, so one logical fix appears as two bullets. Worth deleting the second bullet before tagging so the published release notes do not double-count it. (Cosmetic only — no code impact.)



## 0.7.6 (2026-08-11)


Expand Down
Loading