Release Notes ============= This section documents every release of **BaseAttentive**. Each version has its own page so you can jump directly to the changes that matter to you. .. toctree:: :maxdepth: 1 :caption: Versions (newest first) v2.2.3 v2.2.0 v2.1.0 v2.0.1 v2.0.0 v1.0.0 v0.5.0 v0.4.2 Versioning Policy ----------------- BaseAttentive follows `Semantic Versioning `_: - |MAJOR| — incompatible API changes - |MINOR| — new functionality (backward-compatible) - |PATCH| — bug fixes (backward-compatible) Release candidates are tagged ``rcN`` (e.g. ``2.0.0rc1``) and become stable releases once the full CI matrix is green. Change Categories ----------------- Every entry is prefixed with one of the following badges: - |Feature| — new capabilities and enhancements - |Bugfix| — resolved issues (also: |Fix| or |Bug|) - |Dependencies| — package updates and compatibility changes - |Internal| — refactoring, documentation, and architecture improvements - |Breaking| — breaking changes requiring user action - |Deprecated| — features scheduled for removal - |Security| — security-related updates - |MAJOR| / |MINOR| / |PATCH| — version-type indicator Getting Help ------------ - `GitHub Issues `_ - `Documentation `_ - `Contributing Guide <../contributing.html>`_ For the complete commit-level changelog see the `GitHub Releases `_ page.