Skip to content

Commit

Permalink
Add changelog for v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan McDougall <[email protected]>
  • Loading branch information
nathanjmcdougall committed Jan 18, 2024
1 parent 7323095 commit 7ce98c3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/changelog_entries/40.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changelog_entries/60.feature.rst

This file was deleted.

16 changes: 16 additions & 0 deletions doc/source/release/changelog/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.3.0 (2024-01-18)
==================

Features
--------

- Global `ignore` configuration is now supported, allowing you to disable a linting rule
completely across all files. (https://github.com/nathanjmcdougall/suiteas/issues/60)


Bug fixes
---------

- Provided full support for Python 3.12 syntax, namely for PEP 695 Type Aliasing. (https://github.com/nathanjmcdougall/suiteas/issues/40)


0.2.0 (2024-01-04)
==================

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ issue_format = "https://github.com/nathanjmcdougall/suiteas/issues/{issue}"
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug fixes"
showcontent = true

[tool.ruff]
src = ["src"]
Expand Down

0 comments on commit 7ce98c3

Please sign in to comment.