Skip to content

Commit

Permalink
Release 4.2.0b3 (#487)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
newswangerd authored Sep 24, 2020
1 parent bb343e5 commit 6b8a094
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,30 @@ Changelog

.. towncrier release notes start
4.2.0b3 (2020-09-24)
====================

Features
--------

- Allow a user to specify the protocol she wants to use to talk to the pulp backend. (ie. http vs. https)
`#464 <https://github.com/ansible/galaxy_ng/issues/464>`_
- Upgrade to pulpcore 3.7.0 and allow for 3.8.0

Based on the API stability guidance at
https://docs.pulpproject.org/pulpcore/plugins/plugin-writer/concepts/index.html#plugin-api-stability-and-deprecation-policy
`#476 <https://github.com/ansible/galaxy_ng/issues/476>`_


Misc
----

- `#474 <https://github.com/ansible/galaxy_ng/issues/474>`_


----


4.2.0b2 (2020-09-16)
====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/464.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/474.misc

This file was deleted.

4 changes: 0 additions & 4 deletions CHANGES/476.feature

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy_ng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.2.0b2"
__version__ = "4.2.0b3"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 comments on commit 6b8a094

Please sign in to comment.