We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827668e commit 62c1ab5Copy full SHA for 62c1ab5
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v2.5.2](https://github.com/epwalsh/obsidian.nvim/releases/tag/v2.5.2) - 2024-01-02
11
+
12
### Fixed
13
14
- Fixed bug with `Client:resolve_note()` that missed checking the parent directory of the current buffer.
lua/obsidian/version.lua
@@ -1 +1 @@
1
-return "2.5.1"
+return "2.5.2"
0 commit comments