Navigation Menu

Skip to content
Sergey Yakovlev edited this page Dec 18, 2013 · 3 revisions

Introduction

For transparency into our release cycle and in striving to maintain backward compatibility, Gleez is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to these rules whenever possible.

How is it used in practice

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

Links