@@ -4,8 +4,31 @@ Changelog
4
4
NOTE: isort follows the [ semver] ( https://semver.org/ ) versioning standard.
5
5
Find out more about isort's release policy [ here] ( https://pycqa.github.io/isort/docs/major_releases/release_policy ) .
6
6
7
- ### 5.12.1 [ in progress]
7
+ ### 5.13.0 December 9 2023
8
+
9
+ - Cleanup deprecated extras (#2089 ) @staticdev
8
10
- Fixed #1989 : settings lookup when working in stream based mode
11
+ - Fixed 80 line length for wemake linter (#2183 ) @skatromb
12
+ - Add support for Python 3.12 (#2175 ) @hugovk
13
+ - Fixed: add newest version to pre-commit docs (#2190 ) @AzulGarza
14
+ - Fixed assertions in test_git_hook (#2196 ) @mgorny
15
+ - Removed check for include_trailing_comma for the Hanging Indent wrap mode (#2192 ) @bp72
16
+ - Use the standard library tomllib on sufficiently new python (#2202 ) @eli-schwartz
17
+ - Update pre-commit.md version number (#2197 ) @nicobako
18
+ - doc: Update black_compatibility.md (#2177 ) @JSS95
19
+ - Fixed safety sept 2023 (#2178 ) @staticdev
20
+ - docs: fix black profile documentation (#2163 ) @nijel
21
+ - Fixed typo: indended -> indented (#2161 ) @vadimkerr
22
+ - Docs(configuration/options.md): fix missing trailing spaces for hard linebreak (#2157 ) @JoeyTeng
23
+ - Update pre-commit.md (#2148 ) @godiard
24
+ - chore: move configurations to pyproject.toml (#2115 ) @SauravMaheshkar
25
+ - Fixed typo in README (#2112 ) @stefmolin
26
+ - Update version in pre-commit setup to avoid installation issue with poetry (#2103 ) @stefmolin
27
+ - Skip .pytype directory by default. (#2098 ) @manueljacob
28
+ - Fixed a tip block styling in the Config Files section (#2097 ) @Klavionik
29
+ - Do not cache configuration files (#1995 ) @kaste
30
+ - Derive settings_path from --filename (#1992 ) @kaste
31
+ - Fixed year of version 5.12.0 in CHANGELOG.md (#2082 ) @DjLegolas
9
32
10
33
### 5.12.0 January 28 2023
11
34
0 commit comments