Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed May 22, 2021
1 parent 07d0808 commit d592e02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@

- Add way to override onNotify and onRequest handlers after initialization of
`Nvim`

## 0.3.0

- Null Safety & update internal API bindings (https://github.com/smolck/dart-nvim-api/pull/5)
- With `Nvim.spawn`, run nvim process in an `Isolate` (https://github.com/smolck/dart-nvim-api/pull/4)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_nvim_api
description: A Neovim API for Dart allowing for communication between a Neovim instance and a Dart program. Can be used for creating Neovim plugins, Neovim frontend GUIs, etc.
version: 0.2.2
version: 0.3.0
homepage: https://github.com/smolck/dart-nvim-api

environment:
Expand Down

0 comments on commit d592e02

Please sign in to comment.