Skip to content

Commit

Permalink
Fix setup.py to include breaking-change module (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaNAiveD authored Oct 11, 2024
1 parent dd2540c commit 8aa045a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
0.1.83
++++++
* `azdev generate-breaking-change-report`: Fix `azdev.operations.breaking_change` not included in `setup.py`.

0.1.82
++++++
* `azdev generate-breaking-change-report`: New command to collect upcoming breaking changes from codebase.
Expand Down
2 changes: 1 addition & 1 deletion azdev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------

__VERSION__ = '0.1.82'
__VERSION__ = '0.1.83'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
'azdev.operations.extensions',
'azdev.operations.statistics',
'azdev.operations.command_change',
'azdev.operations.breaking_change',
'azdev.operations.cmdcov',
'azdev.utilities',
],
Expand Down Expand Up @@ -93,6 +94,7 @@
'azdev.mod_templates': ['*.*'],
'azdev.operations.linter.rules': ['ci_exclusions.yml'],
'azdev.operations.cmdcov': ['*.*'],
'azdev.operations.breaking_change': ['*.*'],
},
include_package_data=True,
entry_points={
Expand Down

0 comments on commit 8aa045a

Please sign in to comment.