Skip to content

Commit 5ac9da2

Browse files
chore(main): release 0.1.1 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9196b59 commit 5ac9da2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/nvim-neorg/neorg-dirman/compare/v0.1.0...v0.1.1) (2023-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* `destroy_files` function memory leak ([#4](https://github.com/nvim-neorg/neorg-dirman/issues/4)) ([92f028f](https://github.com/nvim-neorg/neorg-dirman/commit/92f028fa6d8b57c35cda5e61f37869b7bd8477fe))
9+
* **ci:** check out the repository before doing anything else ([9196b59](https://github.com/nvim-neorg/neorg-dirman/commit/9196b597d6b162c51adc9cc84bb7015a216c8b81))
10+
311
## 0.1.0 (2023-03-11)
412

513

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "neorg-dirman"
33
description = "A cross-platform implementation of Dirman in Rust."
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "GPL-3.0"
77
license_file = "LICENSE"

0 commit comments

Comments
 (0)