Skip to content

Commit

Permalink
chore: prepare for release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 12, 2024
1 parent 742ecaf commit 780c5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
<strong>Hurl.nvim</strong> 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.
</p>

> [!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-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
Expand All @@ -24,7 +13,7 @@

## Prerequisites

- Neovim stable (0.10.0) or nightly. It might not work with older versions of Neovim.
- Neovim stable (0.10.2) or nightly. It might not work with older versions of Neovim.

## Features

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
2.0.0

0 comments on commit 780c5e9

Please sign in to comment.