Does BlackSheep adhere to Semantic Versioning? #478
Closed
netanel-haber
started this conversation in
General
Replies: 1 comment
-
|
Replied under #481 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently unpinned BlackSheep from
==2.0.4to~=2.0.4, and2.0.6was installed, which includes the default signal handler registry. This broke my testing flow, where I start blacksheep servers in aThread(maybe a bad idea, but that's another discussion I guess):I was wondering what versioning scheme BlackSheep adheres to? I couldn't find any mention in the docs. I think the additions in
2.0.6should at least be considered features by the standard of semver.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions