Skip to content

Commit

Permalink
Add release notes for 0.8.4 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 authored Dec 6, 2023
1 parent 1539047 commit fcff509
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/releasenotes/0.8.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
v0.8.4
======

- Update README.rst by @tushar5526 in `<https://github.com/p5py/p5/pull/453>`_
- Fix minor typos in install.rst by @pszemsza in `<https://github.com/p5py/p5/pull/456>`_
- fix mouse button always set to None in handlers by @tushar5526 in `<https://github.com/p5py/p5/pull/458>`_
- fix: keyerror 'SQAURE' when using stroke_cap(SQUARE) by @abastola0 in `<https://github.com/p5py/p5/pull/459>`_
- feat: migrate to 3.11 by @tushar5526 in `<https://github.com/p5py/p5/pull/461>`_

New Contributors
----------------

* @pszemsza made their first contribution in `<https://github.com/p5py/p5/pull/456>`_
* @abastola0 made their first contribution in `<https://github.com/p5py/p5/pull/459>`_

Full Changelog
--------------

`Compare v0.8.1 to v0.8.3 <https://github.com/p5py/p5/compare/v0.8.3...v0.8.4>`_
1 change: 1 addition & 0 deletions docs/releasenotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 1

0.8.4
0.8.3
0.8.0-0.8.2
0.7.0-0.7.1
Expand Down
2 changes: 1 addition & 1 deletion p5/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__title__ = "p5"
__description__ = "Creative coding in Python"
__url__ = "https://p5py.github.io"
__version__ = "0.8.3"
__version__ = "0.8.4"
__author__ = "Abhik Pal"
__author_email__ = "[email protected]"
__license__ = " GNU GPLv3"
Expand Down

0 comments on commit fcff509

Please sign in to comment.