You're browsing documentation for an old version.

    View Current

    Versioning

    LdapRecord is versioned under the Semantic Versioning guidelines as much as possible.

    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.

    Minor versions are not maintained individually, and you're encouraged to upgrade through to the next minor version.

    Major versions are maintained individually through separate branches.

    Generated on March 17, 2024
    Edit on GitHub