From f8c4a2d671e495278baa119c88cbe55b91ead9ee Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Wed, 18 Dec 2024 19:50:57 -0500 Subject: [PATCH] Release 0.1.0 --- README.md | 3 ++- doc/jupytext.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb337f6..6320b89 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Use the following plugin specification: ```lua { 'goerz/jupytext.nvim', + version = '0.1', opts = {}, -- see Options } ``` @@ -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: diff --git a/doc/jupytext.txt b/doc/jupytext.txt index 46496c1..67e71d7 100644 --- a/doc/jupytext.txt +++ b/doc/jupytext.txt @@ -51,6 +51,7 @@ Use the following plugin specification: >lua { 'goerz/jupytext.nvim', + version = '0.1', opts = {}, -- see Options } < @@ -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` . The new plugin targets Neovim and has