We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f59f4 commit 3fe0ab4Copy full SHA for 3fe0ab4
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.2](https://github.com/nvim-neorg/neorg-dirman/compare/v0.1.1...v0.1.2) (2023-07-06)
4
+
5
6
+### Bug Fixes
7
8
+* skip directories ([45f59f4](https://github.com/nvim-neorg/neorg-dirman/commit/45f59f47553d1efb7e4c5b200ad0561b4342e33a))
9
10
## [0.1.1](https://github.com/nvim-neorg/neorg-dirman/compare/v0.1.0...v0.1.1) (2023-03-12)
11
12
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "neorg-dirman"
description = "A cross-platform implementation of Dirman in Rust."
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
license = "GPL-3.0"
license_file = "LICENSE"
0 commit comments