Release Summary
Beta release to allow merging of ansible/ansible#74963.
Major Changes
- Building Ansible 6+ now builds wheels next to the source tarball (#394).
- Remove Ansible 2.9 / ansible-base 2.10 checks from
setup.py
for Ansible 6 so that we can finally ship wheels. This change is only active for Ansible 6 (#394).
Minor Changes
- Change more references to ansible-base to ansible-core in the code (#398).
- Mention the
ansible-core
major version in the Ansible porting guide (#397). - Redo attributes table using the same structure as the options and return value table. This improves its look and adds a linking mechanism (#401).