Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2025-12-25

### Added
- Path population on ZonIssue instances for better tracking what caused an error.

Expand Down Expand Up @@ -75,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added base source code files for the project.
- Base `README.md` file.

[Unreleased]: https://github.com/Naapperas/zon/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/Naapperas/zon/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/Naapperas/zon/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Naapperas/zon/compare/v2.0.1...v3.0.0
[2.0.1]: https://github.com/Naapperas/zon/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Naapperas/zon/compare/v1.1.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "zon"
version = "3.0.0"
version = "3.0.1"
authors = [
{ name="Nuno Pereira", email="nunoafonso2002@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion zon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Why is this needed even?
from __future__ import annotations

__version__ = "3.0.0"
__version__ = "3.0.1"
__author__ = "Nuno Pereira"
__email__ = "nunoafonso2002@gmail.com"
__license__ = "MIT"
Expand Down
Loading