Skip to content

Commit

Permalink
update CHANGES.md & increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimCoenen committed Dec 28, 2021
1 parent 8bbee29 commit 2b4466b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 0.2.1-alpha
### Fixes
* Fixed crash in `clickableRangesForFilterArgs(...)` (#19)
* Fixed crash in `getBestFAMatch(...)` (#20)

## Improvements
* Slightly improved suggestions for coordinates

## Version 0.2.0-alpha
### Features
* Added support for MC versions 1.17 & 1.18 (can be changed in settings)
Expand Down
2 changes: 1 addition & 1 deletion settings/_applicationSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def title(self) -> str:
@pd.ReadOnlyLabel()
@Serialized(shouldSerialize=False, wordWrap=False, label='Version')
def version(self) -> str:
return """0.2.0-alpha"""
return """0.2.1-alpha"""

organization: str = Computed(default="""Joachim Coenen""", decorators=[pd.NoUI()])

Expand Down

0 comments on commit 2b4466b

Please sign in to comment.