Skip to content

Commit f5558d9

Browse files
chore(main): release 0.1.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b69df40 commit f5558d9

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 0.1.0 (2023-03-11)
4+
5+
6+
### Features
7+
8+
* add `workspace_files` C function ([e437c9f](https://github.com/nvim-neorg/neorg-dirman/commit/e437c9f9a73ab51be068ec0749f8ea6dbe70c97b))
9+
* add ffi.lua for debugging ([482b044](https://github.com/nvim-neorg/neorg-dirman/commit/482b044463f704071eff34fb8f6a82ef5cac1c25))
10+
* add rust.yml workflow ([46b67d7](https://github.com/nvim-neorg/neorg-dirman/commit/46b67d7d663b244bafca5c75ff1b3449add75168))
11+
* create initial C bindings ([9fd44ae](https://github.com/nvim-neorg/neorg-dirman/commit/9fd44aeffccc7e6b1b0c399bb85cfa64b8ccb6dd))
12+
* enhance release profile to generate tiny library, add `release_nostrip` variant ([b0774ff](https://github.com/nvim-neorg/neorg-dirman/commit/b0774ff2d1051296ee357597c6d9868d772fdbc5))
13+
* give `Workspace`s the `files()` function ([352039b](https://github.com/nvim-neorg/neorg-dirman/commit/352039ba9ad55b0a9b9284c72ba2f0d09469bb55))
14+
* initial commit ([d12932a](https://github.com/nvim-neorg/neorg-dirman/commit/d12932a24e00d11486eb941e9b136bd7f686ee60))
15+
16+
17+
### Bug Fixes
18+
19+
* `crate-type` under wrong section ([03d1b00](https://github.com/nvim-neorg/neorg-dirman/commit/03d1b002988a7fb44d409b38bec46ab06ea5d606))
20+
* broken c interop ([#2](https://github.com/nvim-neorg/neorg-dirman/issues/2)) ([674c47a](https://github.com/nvim-neorg/neorg-dirman/commit/674c47a06f4fde5f1b13c3c746be3ba9d158b926))
21+
* **tests:** `files()` function of traverse workspace ([#1](https://github.com/nvim-neorg/neorg-dirman/issues/1)) ([92d6639](https://github.com/nvim-neorg/neorg-dirman/commit/92d6639baafce9efe3d9ff4b28ad0d0483d366d8))
22+
* use `c_char` instead of regular `char` ([0dedd3e](https://github.com/nvim-neorg/neorg-dirman/commit/0dedd3e33807c3645ef42a1ef5da31fc1a676f15))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neorg-directory-manager"
3-
version = "1.0.0"
3+
version = "0.1.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)