Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Dec 19, 2024
1 parent ca2fa39 commit f8c4a2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Use the following plugin specification:
```lua
{
'goerz/jupytext.nvim',
version = '0.1',
opts = {}, -- see Options
}
```
Expand Down Expand Up @@ -150,7 +151,7 @@ This plugin uses the [`plenary.nvim` test framework](https://github.com/nvim-lua
History
=======

### v.0.1.0-dev (unreleased)
### v0.1.0 (2024-12-18)

Initial release; Rewrite of [`jupytext.vim`](https://github.com/goerz/jupytext.vim). The new plugin targets Neovim and has been rewritten in Lua to avoid restrictions of the old plugin:

Expand Down
3 changes: 2 additions & 1 deletion doc/jupytext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Use the following plugin specification:
>lua
{
'goerz/jupytext.nvim',
version = '0.1',
opts = {}, -- see Options
}
<
Expand Down Expand Up @@ -209,7 +210,7 @@ being edited. Saving a paired file while `autosync = false` will unpair it.
7. History *jupytext-history*


v.0.1.0-dev (unreleased) ~
v0.1.0 (2024-12-18) ~

Initial release; Rewrite of `jupytext.vim`
<https://github.com/goerz/jupytext.vim>. The new plugin targets Neovim and has
Expand Down

0 comments on commit f8c4a2d

Please sign in to comment.