Skip to content

Commit 81e4548

Browse files
authored
Release 4.2.0b2 (#460)
No-Issue
1 parent 1fce4f2 commit 81e4548

File tree

8 files changed

+27
-7
lines changed

8 files changed

+27
-7
lines changed

CHANGES.rst

+26
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,32 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
4.2.0b2 (2020-09-16)
17+
====================
18+
19+
Features
20+
--------
21+
22+
- The task for curating content needs to be initiated whenever a new collection lands in the golden repository.
23+
`#428 <https://github.com/ansible/galaxy_ng/issues/428>`_
24+
25+
26+
Bugfixes
27+
--------
28+
29+
- Order remotes and distributions by name instead of last updated.
30+
`#445 <https://github.com/ansible/galaxy_ng/issues/445>`_
31+
32+
33+
Misc
34+
----
35+
36+
- `#430 <https://github.com/ansible/galaxy_ng/issues/430>`_, `#439 <https://github.com/ansible/galaxy_ng/issues/439>`_, `#449 <https://github.com/ansible/galaxy_ng/issues/449>`_, `#457 <https://github.com/ansible/galaxy_ng/issues/457>`_
37+
38+
39+
----
40+
41+
1642
4.2.0b1 (2020-09-11)
1743
====================
1844

CHANGES/428.feature

-1
This file was deleted.

CHANGES/430.misc

-1
This file was deleted.

CHANGES/439.misc

-1
This file was deleted.

CHANGES/445.bugfix

-1
This file was deleted.

CHANGES/449.misc

-1
This file was deleted.

CHANGES/457.misc

-1
This file was deleted.

galaxy_ng/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "4.2.0b1"
1+
__version__ = "4.2.0b2"
22

33
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 commit comments

Comments
 (0)