From f9b88a32310bc9a8bbfe9f42277800f7e4bc1874 Mon Sep 17 00:00:00 2001 From: "Dung Duc Huynh (Kaka)" <870029+jellydn@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:15:15 +0800 Subject: [PATCH 1/2] docs: add note about v2 on canary branch --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 304bbbb..1256b89 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.

+> [!IMPORTANT] +> Version 2 is in development! We're working on making hurl.nvim even better. Try out the [canary branch](https://github.com/jellydn/hurl.nvim/pull/207) and share your feedback: +> ```bash +> { +> "jellydn/hurl.nvim", +> branch = "canary", +> -- ... rest of your configuration +> } +> ``` + + [![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) From 015c71fac23d5b34c9360da825a180fa05f5e27b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 14:15:36 +0000 Subject: [PATCH 2/2] chore(doc): auto generate docs --- doc/hurl.nvim.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/hurl.nvim.txt b/doc/hurl.nvim.txt index 73dec2f..0e3e438 100644 --- a/doc/hurl.nvim.txt +++ b/doc/hurl.nvim.txt @@ -1,4 +1,4 @@ -*hurl.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 22 +*hurl.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 29 ============================================================================== Table of Contents *hurl.nvim-table-of-contents* @@ -20,7 +20,18 @@ Table of Contents *hurl.nvim-table-of-contents* - Show your support |hurl.nvim-show-your-support| - Contributors ✨ |hurl.nvim-contributors-✨| 1. Links |hurl.nvim-links| -Welcome to hurl.nvim 👋Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.|hurl.nvim-| +Welcome to hurl.nvim 👋Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor. + [!IMPORTANT] Version 2 is in development! We’re working on making hurl.nvim + even better. Try out the canary branch + and share your feedback: + >bash + { + "jellydn/hurl.nvim", + branch = "canary", + -- ... rest of your configuration + } + < +|hurl.nvim-|