File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.14.0
4
+
5
+ - BREAKING CHANGE: deprecate nameof (see https://github.com/pwwang/python-varname/issues/117#issuecomment-2558358294 )
6
+ - docs: remove deprecated nameof examples from README
7
+ - chore(deps): update asttokens to version 3.0.0 and adjust dependencies
8
+ - style: clean up unused imports and add spacing for readability for test files
9
+ - ci: update build workflow to use Ubuntu 24.04 and adjust Python version conditions
10
+ - chore(deps): add ipykernel dev dependency version 6.29.5 to run playground notebook
11
+ - chore(deps): update content-hash in poetry.lock after dependency changes
12
+
3
13
## 0.13.5
4
14
5
15
- deps: bump up executing to ^2.1 to fix issues with python3.13
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " varname"
7
- version = " 0.13.5 "
7
+ version = " 0.14.0 "
8
8
description = " Dark magics about variable names in python."
9
9
authors = [ " pwwang <pwwang@pwwang.com>" ,]
10
10
license = " MIT"
Original file line number Diff line number Diff line change 13
13
)
14
14
from .core import varname , will , argname
15
15
16
- __version__ = "0.13.5 "
16
+ __version__ = "0.14.0 "
You can’t perform that action at this time.
0 commit comments