Skip to content

Commit 651d3e4

Browse files
authored
Prepare 1.6.0 release (#3609)
1 parent 3738bea commit 651d3e4

3 files changed

Lines changed: 598 additions & 255 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,28 @@ Semantic versioning in our case means:
1717
change the client facing API, change code conventions significantly, etc.
1818

1919

20-
## WIP
20+
## 1.6.0
2121

2222
### Features
2323

24+
- Adds `python3.14` official support
2425
- Allows walrus operator in `WPS332`, #3505
2526
- Forbids symmetric bitwise operations in `WPS345`, #3593
2627
- Adds `WPS366`: forbid meaningless boolean operations, #3593
2728

2829
### Bugfixes
2930

30-
- Fixes false positive `WPS457` for ``while True`` loop with ``await`` expressions, #3753
31-
- Fixes the false positive `WPS617` by assigning a function that receives a lambda expression as a parameter.
31+
- Fixes false positive `WPS457` for ``while True`` loop
32+
with ``await`` expressions, #3753
33+
- Fixes the false positive `WPS617` by assigning a function
34+
that receives a lambda expression as a parameter, #3597
3235
- Fixes false positive `WPS430` for whitelisted nested functions, #3589
3336
- Fixes false positive `WPS457` for `while True` nested in `try/except`, #3604
3437

3538
### Removals
3639

37-
- **Breaking**: Removes `WPS354`, because it is inconsistent with async code, #3601
40+
- **Breaking**: Removes `WPS354`, because it is inconsistent
41+
with async code, #3601
3842

3943

4044
## 1.5.0

0 commit comments

Comments
 (0)