bastibe / annotate.el

Annotate.el
Other
384 stars 20 forks source link

Added procedures to generate and use a single database for each annotated file. #130

Closed cage2 closed 2 years ago

cage2 commented 2 years ago

Hi!

This is my attempt to close #124. The patch is simple. So simple that i think would be a good idea to test it for a week before merging, so some possible regressions can be highlighted. ;-D

Bye! C.

bastibe commented 2 years ago

Simple and beautiful! I like it!

cage2 commented 2 years ago

Hi @bastibe

Simple and beautiful! I like it!

Great! I am going to update the necessary documentation files and will merge that!

My only doubt is: this new version will be the 1.6.0, right? 😅

Bye! C.

bastibe commented 2 years ago

this new version will be the 1.6.0, right? 😅

I would say, so, yes. A new feature means a new minor version, if we're sticking with semantic versioning.

cage2 commented 2 years ago

On Thu, Jun 02, 2022 at 04:43:18AM -0700, Bastian Bechtold wrote:

this new version will be the 1.6.0, right? 😅

I would say, so, yes. A new feature means a new minor version, if we're sticking with semantic versioning.

I like semantic version, in fact i try to stick to this kind of numbering in nearly all my projects, but I am also always unsure to decide the next version number. And that is why I ask so often. :) :)

Bye! C.