File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
77## [ UNRELEASED]
8+
9+ ## [ 0.11.0] - 2025-12-06
810### Added
911- add support for python 3.14
1012
Original file line number Diff line number Diff line change 3535 rev : ' 6.0.0'
3636 hooks :
3737 - id : flake8
38- additional_dependencies : [ "flake8-stash==0.10 .0" ]
38+ additional_dependencies : [ "flake8-stash==0.11 .0" ]
3939` ` `
4040
4141## License
Original file line number Diff line number Diff line change 11"""A collection of flake8 checks."""
22
3- __version__ = "0.10 .0"
3+ __version__ = "0.11 .0"
Original file line number Diff line number Diff line change 55
66class Plugin :
77 name = "flake8-stash"
8- version = "0.10 .0"
8+ version = "0.11 .0"
99
1010 def __init__ (self , tree ):
1111 self .tree = tree
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ name = "flake8_stash"
4848[tool .tbump ]
4949
5050[tool .tbump .version ]
51- current = " 0.10 .0"
51+ current = " 0.11 .0"
5252regex = '''
5353 (?P<major>\d+)
5454 \.
You can’t perform that action at this time.
0 commit comments