Skip to content

Commit

Permalink
Merge pull request pulp#96 from bmbouter/add-release-notes
Browse files Browse the repository at this point in the history
Add release notes and version bump to rc2
  • Loading branch information
bmbouter authored May 8, 2019
2 parents c657840 + 2f1f67f commit 0e41c9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ The Plugin API currently supports version 3.y of Pulp Core.
See :doc:`Plugin API <../index>` and
:doc:`Plugin Development <../plugin-writer/index>`.

0.1.0rc2
========

* `List of plugin API related changes in rc 2 <https://github.com/pulp/pulpcore-plugin/compare/0.1.0rc1...0.1.0rc2>`_

Breaking Changes
----------------

* `The RepositoryPublishURLSerializer was removed from the plugin API. <https://github.com/pulp/pulpcore-plugin/pull/93/>`_
* `Publications are now Master/Detail. <https://pulp.plan.io/issues/4678>`_ Plugins that use
Publications will need to provide a detail Publication. Here is an example of pulp_file
introducing the `FilePublisher <https://github.com/pulp/pulp_file/pull/205>`_ as an example of
changes to match along with its `follow-on change <https://github.com/pulp/pulp_file/pull/215>`.

0.1.0rc1
========

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

requirements = [
'pulpcore>=3.0.0rc1',
'pulpcore>=3.0.0rc2',
'aiohttp',
'aiofiles',
'backoff',
Expand All @@ -14,7 +14,7 @@
name='pulpcore-plugin',
description='Pulp Plugin API',
long_description=long_description,
version='0.1.0rc1',
version='0.1.0rc2',
license='GPLv2+',
packages=find_packages(exclude=['test']),
author='Pulp Team',
Expand Down

0 comments on commit 0e41c9f

Please sign in to comment.