Skip to content

Commit

Permalink
Release 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Jan 27, 2020
1 parent 33a377f commit 0c2c527
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
2.1
---
2.1.1
-----

* Fixes bug that would cause an unhelpful traceback to be displayed if you
were to run Jirafs commands outside of a ticketfolder.

2.1.0
-----

* Fixes to various bugs relating to merging upstream changes
from Jira with un-pushed local changes.
Expand Down Expand Up @@ -31,17 +37,17 @@
* Jira server URL inference when cloning by using an issue number instead
of a ticket URL is improved to be more foolproof.

2.0
---
2.0.0
-----

* Major revamping of Plugin API to allow for more-reliable
macro application and reversal, among other optimizations.
* New 'preview' command allowing you to preview content entered
in any field for quickly verifying formatting and macro-generated content.
* Changes & improvements across the board.

1.2
---
1.2.0
-----

* Adds new ``match`` command allowing you to test whether fields match (or
do not match) expected values. This is particularly useful for running
Expand Down
2 changes: 1 addition & 1 deletion jirafs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit 0c2c527

Please sign in to comment.