tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.39k stars 359 forks source link

Major version not incremented for breaking change #1472

Open mbayabo opened 10 months ago

mbayabo commented 10 months ago

Describe the bug Version 0.20.0 has breaking changes yet the major version isn't incremented.

Expected behavior The version should be 1.0.0 now.

haliphax commented 9 months ago

I doubt that will be the case until 1.0.0 is released -- many projects that begin below 1.0.0 do not increment the major version for a breaking change while in 0.x.x, as breaking changes happen frequently during this phase.