Skip to content

Commit

Permalink
Merge pull request #73 from akaihola/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
akaihola authored Jul 31, 2024
2 parents 0f96f8e + 190f6f1 commit bf51db2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If applicable, add copy/paste the output or attach a screenshots to help explain
- Python version [e.g. 3.10.4]
- Git version [e.g. 2.36.0]
- Darker or Graylint version [e.g. 1.7.3]
- Darkgraylib version [e.g. 1.3.2]
- Darkgraylib version [e.g. 2.0.0]

**Additional context**
Add any other context about the problem here.
13 changes: 10 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ These features will be included in the next release:

Added
-----
- Return exit code 3 if command line parsing fails. We want to reserve 2 for file not
found errors which will make GitHub actions easier. Also define constants for various
exit codes to be used in Darkgraylib and applications which use it.

Fixed
-----


2.0.0_ - 2024-07-31
===================

Added
-----
- Return exit code 3 if command line parsing fails. We want to reserve 2 for file not
found errors which will make GitHub actions easier. Also define constants for various
exit codes to be used in Darkgraylib and applications which use it.


1.3.2_ - 2024-07-29
===================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.. |changelog-badge| image:: https://img.shields.io/badge/-change%20log-purple
:alt: Change log
:target: https://github.com/akaihola/darkgraylib/blob/main/CHANGES.rst
.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darkgraylib/12?color=red&label=release%201.4.0
.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darkgraylib/12?color=red&label=release%202.0.1
:alt: Next milestone
:target: https://github.com/akaihola/darkgraylib/milestone/4

Expand Down
2 changes: 1 addition & 1 deletion src/darkgraylib/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The version number for Darkgraylib is governed by this file."""

__version__ = "1.3.2"
__version__ = "2.0.0"

0 comments on commit bf51db2

Please sign in to comment.