...
fix
- some bug or error got fixedfeat
- some new feature or enhancement was addeddocs
- commit only contains documentation changesstyle
- style changes like white-space and other formattingrefactor
- A code change that neither fixes a bug nor adds a featuretest
- adding missing tests or correcting existing testsbuild
- Changes that affect the build system or external dependenciesoptional ! after the type signifies a breaking change. We try not to do those!
...