From f5108f991d3abb9aca32a2676a8b2be017b47ed7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:51:42 +0000 Subject: [PATCH 1/2] chore(main): release 1.7.0 --- CHANGELOG.md | 15 +++++++++++++++ version.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6629b..4204333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.7.0](https://github.com/jellydn/hurl.nvim/compare/v1.6.0...v1.7.0) (2024-08-01) + + +### Features + +* add response time calculation to hurl requests ([9cd1fd0](https://github.com/jellydn/hurl.nvim/commit/9cd1fd09c0619df91cd65c71f866fcc2a9050d6e)) +* **hurl.nvim:** add support for fixture variables ([993c640](https://github.com/jellydn/hurl.nvim/commit/993c640f3282686699e8fc50d6aef2b5a45531aa)) +* show response time on virtual text ([043a7de](https://github.com/jellydn/hurl.nvim/commit/043a7de69afe698d37795e7c9f157cf0630f6d20)), closes [#153](https://github.com/jellydn/hurl.nvim/issues/153) +* support --json flag for display response time ([f5874ea](https://github.com/jellydn/hurl.nvim/commit/f5874ea4cd7d6a40d4f97bedab0f84ac770e7b51)) + + +### Bug Fixes + +* **popup:** show popup after content population for proper alignment ([809891e](https://github.com/jellydn/hurl.nvim/commit/809891ee248fea594699e1dfdf195c7a23ab9259)) + ## [1.6.0](https://github.com/jellydn/hurl.nvim/compare/v1.5.2...v1.6.0) (2024-07-11) ### Features diff --git a/version.txt b/version.txt index dc1e644..bd8bf88 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.0 +1.7.0 From 5906723d4da107846f2768bc9e38cfec158c054c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:51:51 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4204333..fc7537b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,16 @@ ## [1.7.0](https://github.com/jellydn/hurl.nvim/compare/v1.6.0...v1.7.0) (2024-08-01) - ### Features -* add response time calculation to hurl requests ([9cd1fd0](https://github.com/jellydn/hurl.nvim/commit/9cd1fd09c0619df91cd65c71f866fcc2a9050d6e)) -* **hurl.nvim:** add support for fixture variables ([993c640](https://github.com/jellydn/hurl.nvim/commit/993c640f3282686699e8fc50d6aef2b5a45531aa)) -* show response time on virtual text ([043a7de](https://github.com/jellydn/hurl.nvim/commit/043a7de69afe698d37795e7c9f157cf0630f6d20)), closes [#153](https://github.com/jellydn/hurl.nvim/issues/153) -* support --json flag for display response time ([f5874ea](https://github.com/jellydn/hurl.nvim/commit/f5874ea4cd7d6a40d4f97bedab0f84ac770e7b51)) - +- add response time calculation to hurl requests ([9cd1fd0](https://github.com/jellydn/hurl.nvim/commit/9cd1fd09c0619df91cd65c71f866fcc2a9050d6e)) +- **hurl.nvim:** add support for fixture variables ([993c640](https://github.com/jellydn/hurl.nvim/commit/993c640f3282686699e8fc50d6aef2b5a45531aa)) +- show response time on virtual text ([043a7de](https://github.com/jellydn/hurl.nvim/commit/043a7de69afe698d37795e7c9f157cf0630f6d20)), closes [#153](https://github.com/jellydn/hurl.nvim/issues/153) +- support --json flag for display response time ([f5874ea](https://github.com/jellydn/hurl.nvim/commit/f5874ea4cd7d6a40d4f97bedab0f84ac770e7b51)) ### Bug Fixes -* **popup:** show popup after content population for proper alignment ([809891e](https://github.com/jellydn/hurl.nvim/commit/809891ee248fea594699e1dfdf195c7a23ab9259)) +- **popup:** show popup after content population for proper alignment ([809891e](https://github.com/jellydn/hurl.nvim/commit/809891ee248fea594699e1dfdf195c7a23ab9259)) ## [1.6.0](https://github.com/jellydn/hurl.nvim/compare/v1.5.2...v1.6.0) (2024-07-11)