keepachangelog icon indicating copy to clipboard operation
keepachangelog copied to clipboard

Text segments in versions are transformed to lowercase

Open dylan-robins opened this issue 11 months ago • 0 comments

When not using entirely numeric version numbers (such as 2.1-PRELIM-03 or 1.3-FINAL-00), the text parts are transformed to lowercase after loading using to_dict (i.e. 2.1-prelim-03 or 1.3-final-00). This means additional logic is required to process them and compare the these with what I have in the other parts of my program.

Is there a reason for this that I have missed, or shall I create a PR to (optionally?) allow users to keep the case provided in the markdown file?

dylan-robins avatar Mar 20 '24 16:03 dylan-robins