Skip to content

Commit 88dbbc2

Browse files
authored
chore(main): release 1.0.0 (#2)
1 parent de382a0 commit 88dbbc2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-07-01)
4+
5+
6+
### Features
7+
8+
* check current file is Python ([ae0e7e3](https://github.com/AnsonH/copy-python-path.nvim/commit/ae0e7e38b47d9b9dffe2ff73841dda5d8d01f43f))
9+
* copy dotted path for imported symbol ([8abd971](https://github.com/AnsonH/copy-python-path.nvim/commit/8abd971ce60bb4bd999ba9d1a328d880ced8ecaf))
10+
* copy import path for imported symbol ([2e41848](https://github.com/AnsonH/copy-python-path.nvim/commit/2e4184849d473e1fbc686bd440e7eae395db38ab))
11+
* create command logic ([176f1c3](https://github.com/AnsonH/copy-python-path.nvim/commit/176f1c3a1cee6b6cb9caad65e7fa6e4cc1e99edf))
12+
* init from template ([454a507](https://github.com/AnsonH/copy-python-path.nvim/commit/454a50727dab8338ebde3a2d5f5f59fb6bb62ea8))
13+
* MVP for copying dotted path ([daa6c7f](https://github.com/AnsonH/copy-python-path.nvim/commit/daa6c7f0701d136bf2ee4bf5b62f988ad2c8a9eb))
14+
* support "import" mode ([16a8e7f](https://github.com/AnsonH/copy-python-path.nvim/commit/16a8e7f2a4ea9764579cf96381d29ed6ce9ff1f4))
15+
* support async functions ([5e5bb95](https://github.com/AnsonH/copy-python-path.nvim/commit/5e5bb950f01a54c9a9871ac07f63555318f0eff9))
16+
* **utils:** find importable symbol ([f4cf0f3](https://github.com/AnsonH/copy-python-path.nvim/commit/f4cf0f3a1d82cea42bf15386f43d243f341ccd8b))
17+
* **utils:** find project root ([ead9a24](https://github.com/AnsonH/copy-python-path.nvim/commit/ead9a24f6fb8923f495a9172130c4e2b51ea5378))
18+
* **utils:** get import symbols chain ([a7eacee](https://github.com/AnsonH/copy-python-path.nvim/commit/a7eacee9699d8ce8fa7dcab8b2ddfadd97255cea))
19+
20+
21+
### Bug Fixes
22+
23+
* remove trailing dot when copying on empty line ([43534ed](https://github.com/AnsonH/copy-python-path.nvim/commit/43534ed3b624d205cd2f02abde93512889e2b2e9))

0 commit comments

Comments
 (0)