Skip to content

Commit fcff509

Browse files
authored
Add release notes for 0.8.4 (#462)
1 parent 1539047 commit fcff509

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

docs/releasenotes/0.8.4.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
v0.8.4
2+
======
3+
4+
- Update README.rst by @tushar5526 in `<https://github.com/p5py/p5/pull/453>`_
5+
- Fix minor typos in install.rst by @pszemsza in `<https://github.com/p5py/p5/pull/456>`_
6+
- fix mouse button always set to None in handlers by @tushar5526 in `<https://github.com/p5py/p5/pull/458>`_
7+
- fix: keyerror 'SQAURE' when using stroke_cap(SQUARE) by @abastola0 in `<https://github.com/p5py/p5/pull/459>`_
8+
- feat: migrate to 3.11 by @tushar5526 in `<https://github.com/p5py/p5/pull/461>`_
9+
10+
New Contributors
11+
----------------
12+
13+
* @pszemsza made their first contribution in `<https://github.com/p5py/p5/pull/456>`_
14+
* @abastola0 made their first contribution in `<https://github.com/p5py/p5/pull/459>`_
15+
16+
Full Changelog
17+
--------------
18+
19+
`Compare v0.8.1 to v0.8.3 <https://github.com/p5py/p5/compare/v0.8.3...v0.8.4>`_

docs/releasenotes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release Notes
44
.. toctree::
55
:maxdepth: 1
66

7+
0.8.4
78
0.8.3
89
0.8.0-0.8.2
910
0.7.0-0.7.1

p5/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__title__ = "p5"
2020
__description__ = "Creative coding in Python"
2121
__url__ = "https://p5py.github.io"
22-
__version__ = "0.8.3"
22+
__version__ = "0.8.4"
2323
__author__ = "Abhik Pal"
2424
__author_email__ = "[email protected]"
2525
__license__ = " GNU GPLv3"

0 commit comments

Comments
 (0)