Skip to content

Commit 1d7e838

Browse files
semantic-releasegithub-actions
authored andcommitted
0.26.0
Automatically generated by python-semantic-release
1 parent 9f7d044 commit 1d7e838

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.26.0 (2024-08-24)
6+
### Feature
7+
* Add rule enforces Self types on constructors ([#20](https://github.com/tutorintelligence/tutor_flake/issues/20)) ([`9f7d044`](https://github.com/tutorintelligence/tutor_flake/commit/9f7d044f8dd3c752f8d430e2e93a6ecfef3f85be))
8+
59
## v0.25.1 (2024-08-13)
610
### Fix
711
* Allow for function which have docstrings, but are also basic. ([#19](https://github.com/tutorintelligence/tutor_flake/issues/19)) ([`bab85cc`](https://github.com/tutorintelligence/tutor_flake/commit/bab85cce37c4257db3090bfe1410a7433d6ed0f8))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tutor_flake"
3-
version = "0.25.1"
3+
version = "0.26.0"
44
description = "Custom flake rules for use in tutor intelligence"
55
authors = ["Jack Strang <[email protected]>"]
66
license = "MIT"

tutor_flake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.25.1"
1+
__version__ = "0.26.0"

0 commit comments

Comments
 (0)