diff --git a/CHANGES.md b/CHANGES.md index b43c1a0..6b48662 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,27 @@ [//]: # (towncrier release notes start) +## 0.0.2 (2022-01-03) + +### Features + +- Added publication and distribution commands. + [#3](https://github.com/pulp/pulp-cli-deb/issues/3) +- Added --component and --architecture flags to the remote command. + [#4](https://github.com/pulp/pulp-cli-deb/issues/4) +- Added the --mirror and --no-mirror flags to the sync command. + [#12](https://github.com/pulp/pulp-cli-deb/issues/12) + + +### Bugfixes + +- Reworked the ``--distribution`` flag for the remote command. It is no longer required when updating a remote, and can now be specified multiple times (instead of a single ``--distributions`` flag). + [#14](https://github.com/pulp/pulp-cli-deb/issues/14) + + +--- + + ## 0.0.1 (2021-08-25) Initial release. diff --git a/CHANGES/12.feature b/CHANGES/12.feature deleted file mode 100644 index 977a0ff..0000000 --- a/CHANGES/12.feature +++ /dev/null @@ -1 +0,0 @@ -Added the --mirror and --no-mirror flags to the sync command. diff --git a/CHANGES/14.bugfix b/CHANGES/14.bugfix deleted file mode 100644 index c48d996..0000000 --- a/CHANGES/14.bugfix +++ /dev/null @@ -1 +0,0 @@ -Reworked the ``--distribution`` flag for the remote command. It is no longer required when updating a remote, and can now be specified multiple times (instead of a single ``--distributions`` flag). diff --git a/CHANGES/3.feature b/CHANGES/3.feature deleted file mode 100644 index b9f73f6..0000000 --- a/CHANGES/3.feature +++ /dev/null @@ -1 +0,0 @@ -Added publication and distribution commands. diff --git a/CHANGES/4.feature b/CHANGES/4.feature deleted file mode 100644 index 43aedc1..0000000 --- a/CHANGES/4.feature +++ /dev/null @@ -1 +0,0 @@ -Added --component and --architecture flags to the remote command.