Skip to content

Releases: ansible-community/antsibull-core

1.3.0

05 Oct 11:37
Compare
Choose a tag to compare

Release Summary

Feature and bugfix release.

Minor Changes

  • Allow to write Python dependencies as _python key into build and dependency files (#10).

Bugfixes

  • Fix async file copying helper (#11).

1.3.0.post0

05 Oct 11:41
Compare
Choose a tag to compare
1.3.0.post0 Pre-release
Pre-release

Release Summary

Erroneously released version.

1.2.0

20 Aug 18:40
Compare
Choose a tag to compare

Release Summary

Feature release.

Minor Changes

  • Improve typing (#6).
  • Make config file management more flexible to allow project-specific config file format extensions for the explicitly passed configuration files (#7).

Deprecated Features

  • The DepsFile.write() method will require the first parameter to be a packaging.version.Version object, the second parameter to be a string, and the third parameter a mapping of strings to strings, from antsibull-core 2.0.0 on (#6).

Bugfixes

  • Adjust signature of DepsFile.write() to work around bug in antsibull (#6).

1.1.0

31 Jul 18:33
Compare
Choose a tag to compare

Release Summary

Maintenance release.

Minor Changes

  • The files in the source repository now follow the REUSE Specification. The only exceptions are changelog fragments in changelogs/fragments/ (#5).

1.0.1

10 Jun 06:13
Compare
Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

  • Fix detection of ansible-core devel checkouts (#4).

1.0.0

10 Apr 07:13
Compare
Choose a tag to compare

Release Summary

First stable release.

Major Changes

  • From version 1.0.0 on, antsibull-core is sticking to semantic versioning and aims at providing no backwards compatibility breaking changes during a major release cycle (#2).

Minor Changes

  • Remove unused code (#1).

Removed Features (previously deprecated)

  • Remove package antsibull_core.utils.transformations (#1).

0.1.0

06 Apr 06:09
Compare
Choose a tag to compare

Release Summary

Initial release.