File tree 5 files changed +25
-7
lines changed
5 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,30 @@ Changelog
13
13
14
14
.. towncrier release notes start
15
15
16
+ 4.2.0b3 (2020-09-24)
17
+ ====================
18
+
19
+ Features
20
+ --------
21
+
22
+ - Allow a user to specify the protocol she wants to use to talk to the pulp backend. (ie. http vs. https)
23
+ `#464 <https://github.com/ansible/galaxy_ng/issues/464 >`_
24
+ - Upgrade to pulpcore 3.7.0 and allow for 3.8.0
25
+
26
+ Based on the API stability guidance at
27
+ https://docs.pulpproject.org/pulpcore/plugins/plugin-writer/concepts/index.html#plugin-api-stability-and-deprecation-policy
28
+ `#476 <https://github.com/ansible/galaxy_ng/issues/476 >`_
29
+
30
+
31
+ Misc
32
+ ----
33
+
34
+ - `#474 <https://github.com/ansible/galaxy_ng/issues/474 >`_
35
+
36
+
37
+ ----
38
+
39
+
16
40
4.2.0b2 (2020-09-16)
17
41
====================
18
42
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- __version__ = "4.2.0b2 "
1
+ __version__ = "4.2.0b3 "
2
2
3
3
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"
You can’t perform that action at this time.
0 commit comments