Skip to content

Commit

Permalink
feat: add toggle_removal_ticket annotation (#97)
Browse files Browse the repository at this point in the history
Add new toggle annotation for toggle_removal_ticket.

See openedx/edx-toggles#324
  • Loading branch information
Yagnesh1998 committed Jan 30, 2024
1 parent 764c306 commit 786da8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -14,6 +14,10 @@ Change Log
Unreleased
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[1.6.0] - 2024-01-31
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added new annotation ``toggle_removal_ticket``

[1.5.0] - 2023-07-21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion code_annotations/__init__.py
Expand Up @@ -2,4 +2,4 @@
Extensible tools for parsing annotations in codebases.
"""

__version__ = '1.5.0'
__version__ = '1.6.0'
Expand Up @@ -15,8 +15,10 @@ annotations:
- ".. toggle_use_cases:":
choices: [temporary, circuit_breaker, vip, opt_out, opt_in, open_edx]
- ".. toggle_creation_date:":
- ".. toggle_target_removal_date:":
- ".. toggle_removal_ticket:":
optional: true
- ".. toggle_target_removal_date:":
optional: true
- ".. toggle_warning:":
optional: true
- ".. toggle_tickets:":
Expand Down

0 comments on commit 786da8c

Please sign in to comment.