Skip to content

Commit

Permalink
chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 17, 2024
1 parent f3e751d commit 04645c5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 0.1.0 (2024-08-17)


### Bug Fixes

* changing minimal.vim setup ([9b74df0](https://github.com/wllfaria/ledger.nvim/commit/9b74df040316bda0a02f9c80a94ca045895cb2bf))
* fixing stylua issues with gotos ([aa3c269](https://github.com/wllfaria/ledger.nvim/commit/aa3c2697a925be6bba6b868b6adbe38c02931dc3))
* removing some gotos and maybe fixing ci ([c29253a](https://github.com/wllfaria/ledger.nvim/commit/c29253ac7e6d773f16ce4a7d83e54710aa302a0b))


### Features

* a few better tests and better diagnostics ([0c848ff](https://github.com/wllfaria/ledger.nvim/commit/0c848ffe6ebd28797fde3cd6cb539162218dd2b5))
* adding a logger and reading new files ([1186c91](https://github.com/wllfaria/ledger.nvim/commit/1186c91df7147b253b21a7601a5a8c6aa0ad920e))
* basic cmp completion ([180a63b](https://github.com/wllfaria/ledger.nvim/commit/180a63b2b182d06038e6d46a5daa90b64fde875f))
* completion context-aware for transactions ([e14360c](https://github.com/wllfaria/ledger.nvim/commit/e14360c0a1edcd61f7654cb11c0de16c977e0652))
* initial diagnostics for missing accounts ([0bd23ae](https://github.com/wllfaria/ledger.nvim/commit/0bd23aebe231432769f2dc5b6a15aec68ea04fc3))
* parsing accounts and commodities ([368e02a](https://github.com/wllfaria/ledger.nvim/commit/368e02a0dae1d975f8eff856641ae38311dab921))
* snippets through multiple sources ([42db5a1](https://github.com/wllfaria/ledger.nvim/commit/42db5a1083e40690a15c085d498091913db0b5fd))
* updating completions when files changes or gets deleted ([77193ac](https://github.com/wllfaria/ledger.nvim/commit/77193ac3bece13f1756ecced96f634895d4932f1))



1 change: 1 addition & 0 deletions version.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = "0.1.0"

0 comments on commit 04645c5

Please sign in to comment.