File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 11.1.0 ] - 2022-01-28
9
9
10
10
### Added
11
11
12
- - Workaround for edge case of object from Faiss with no ` __class__ ` https://github.com/Textualize/rich/issues/1838
13
12
- Add ` Syntax.guess_lexer ` , add support for more lexers (e.g. Django templates etc.) https://github.com/Textualize/rich/pull/1869
14
13
- Add ` lexer ` parameter to ` Syntax.from_path ` to allow for overrides https://github.com/Textualize/rich/pull/1873
14
+
15
+ ### Fixed
16
+
17
+ - Workaround for edge case of object from Faiss with no ` __class__ ` https://github.com/Textualize/rich/issues/1838
15
18
- Ensure ` Syntax ` always justifies left https://github.com/Textualize/rich/pull/1872
16
19
- Handle classes in inspect when methods=True https://github.com/Textualize/rich/pull/1874
17
20
21
+ [ 11.0.0] - 2022-01-09
22
+
18
23
### Added
19
24
20
25
- Added max_depth arg to pretty printing https://github.com/Textualize/rich/issues/1585
You can’t perform that action at this time.
0 commit comments