Skip to content

Commit

Permalink
🔖 v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Apr 2, 2023
1 parent 175d3f7 commit 9bda5dc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v0.2.0

**Released: WiP**
**Released: 2023-04-02**

- Fixed overly-aggressive caching of the Mandelbrot calculation.
- Added a reset action.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ $ pipx install textual-mandelbrot
Once installed you should be able to run the command `mandelexp` and the
application will run.

![mandelexp in action](https://raw.githubusercontent.com/davep/textual-mandelbrot/main/img/mandelexp03.png)
![mandelexp in action](https://raw.githubusercontent.com/davep/textual-mandelbrot/main/img/mandelexp04.png)

[//]: # (README.md ends here)
Binary file modified img/mandelexp01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/mandelexp02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mandelexp03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mandelexp04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion textual_mandelbrot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__credits__ = [ "Dave Pearson" ]
__maintainer__ = "Dave Pearson"
__email__ = "davep@davep.org"
__version__ = "0.1.0"
__version__ = "0.2.0"
__licence__ = "MIT"

##############################################################################
Expand Down

0 comments on commit 9bda5dc

Please sign in to comment.