Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
- and update changelog
  • Loading branch information
e-lo committed Oct 16, 2024
1 parent 9d1ca05 commit dc470fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Notable changes and version history.

| Version | Date | Comment |
|---------|-------|-------|
| [v0.3.3](https://github.com/network-wrangler/projectcard/releases/tag/v0.3.3) | 2024-10-15 | Fixed "all" being treated as a str enum instead of bool in some places. |
| [v0.3.2](https://github.com/network-wrangler/projectcard/releases/tag/v0.3.2) | 2024-10-09 | Fix bug with pycode validation and use Ruff instead of Flake8 b/c of deprecated API. |
| [v0.3.1](https://github.com/network-wrangler/projectcard/releases/tag/v0.3.1) | 2024-10-07 | Improved resilience of `read_cards()` including ability to handle relative paths. |
| [v0.3.0](https://github.com/network-wrangler/projectcard/releases/tag/v0.3.0) | 2024-09-27 | Added transit addition and deletion change types. |
| [v0.2.0](https://github.com/network-wrangler/projectcard/releases/tag/v0.2.0) | 2024-09-08 | Read cards from nested folders. |
Expand Down
2 changes: 1 addition & 1 deletion projectcard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .projectcard import ProjectCard, SubProject
from .validate import validate_card, validate_schema_file

__version__ = "0.3.2"
__version__ = "0.3.3"

0 comments on commit dc470fd

Please sign in to comment.