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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Bump these on release
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 20
VERSION_MINOR ?= 21

Choose a reason for hiding this comment

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

medium

While this version bump is correct, I noticed during the review that the CHANGELOG.md file seems to be significantly out of date. The last entry is for v1.13.0, meaning several releases are not documented. An up-to-date changelog is very valuable for users to track changes, new features, and bug fixes.

To improve project maintainability and user communication, I recommend adding an entry for v1.21.0 to CHANGELOG.md as part of this release preparation. It might also be beneficial to update RELEASING.md to include this as a standard step in the release process.

VERSION_BUILD ?= 0

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
Expand Down
Loading