We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65193db commit aa4fa00Copy full SHA for aa4fa00
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
+## [v1.0.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v1.0.0) - 2022-08-05
11
+
12
### Added
13
14
- Added `:ObsidianOpen` command for opening a note in Obsidian (only works on MacOS for now).
lua/obsidian/init.lua
@@ -4,7 +4,7 @@ local echo = require "obsidian.echo"
4
5
local obsidian = {}
6
-obsidian.VERSION = "0.1.0"
+obsidian.VERSION = "1.0.0"
obsidian.completion = require "obsidian.completion"
obsidian.note = require "obsidian.note"
obsidian.util = require "obsidian.util"
0 commit comments