offline 1.1.0

Ways to make things more or less aligned.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This project uses a **major**.**minor**.**micro** versioning scheme, where:

* Bumping the major version resets the minor version to zero.
* Bumping the minor version resets the micro version to zero.
* The major version is bumped if the output format or behaviour of the `offline` binary changes, or there are breaking changes to the `offline` crate as defined by Rust RFC 1122.
* The minor version is bumped on minor changes to the `offline` crate, as defined by Rust RFC 1122.
* The micro version is bumped in all other cases.

# v1.1.0

* [added] `DynAlign` type now represents a dynamic alignment
* [added] `DynOveralign` and `DynUnderalign` now exist to use `DynAlign` instead
  of constants

# v1.0.0

This is the first release.