File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
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+
313## 0.13.5
414
515- 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"
44
55[tool .poetry ]
66name = " varname"
7- version = " 0.13.5 "
7+ version = " 0.14.0 "
88description = " Dark magics about variable names in python."
99authors = [ " pwwang <pwwang@pwwang.com>" ,]
1010license = " MIT"
Original file line number Diff line number Diff line change 1313)
1414from .core import varname , will , argname
1515
16- __version__ = "0.13.5 "
16+ __version__ = "0.14.0 "
You can’t perform that action at this time.
0 commit comments