# Release History

### Versioning Schema <a href="#versioning-schema" id="versioning-schema"></a>

BoxLang is maintained under the [Semantic Versioning](http://semver.org/) guidelines as much as possible. Releases will be numbered in 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 bump the minor (and resets the patch)
* Bug fixes and misc changes bump the patch

### Releases

In this section, you will find the release notes and links for each version's documentation once we reach a stable release.  For now, you can see all the different beta releases on the left hand navigation under Release History.
