From d322cccd1b8bd717083df7051f1584f42a83c534 Mon Sep 17 00:00:00 2001 From: Willem-J-an <51120533+Willem-J-an@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:56:49 +0200 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6dd3b91 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2024-06-24) + + +### Features + +* add docs and release please ([1100422](https://github.com/Willem-J-an/adopure.nvim/commit/1100422d35a52718538803c23f9d5312c0d9b374)) +* add healthchecks ([f7a9a00](https://github.com/Willem-J-an/adopure.nvim/commit/f7a9a00e64a04532a7698ddcbf486f0639959b55)) +* add typechecks ([738c96a](https://github.com/Willem-J-an/adopure.nvim/commit/738c96a0a87c01fb3701241be17b5b0d308826c2)) +* improve git remote handling ([c631083](https://github.com/Willem-J-an/adopure.nvim/commit/c631083b7daec2611e18acf2457429b15244e160)) +* improve secret handling ([c24de76](https://github.com/Willem-J-an/adopure.nvim/commit/c24de76e32a3c2fb5162c1cd171c95bf831a62b2)) +* improved visual selector ([3528263](https://github.com/Willem-J-an/adopure.nvim/commit/35282633af77cd01a98f5069fc5dcbd0c94a3610)) +* pass opts through; use thread picker ([faf5491](https://github.com/Willem-J-an/adopure.nvim/commit/faf549121d740eacef3119f908ca0b1d0d9f0131)) + + +### Bug Fixes + +* github actions ([e0f498a](https://github.com/Willem-J-an/adopure.nvim/commit/e0f498a01445cf5dc54ca5916661960c8dcde7c8)) +* long lines ([59bc16e](https://github.com/Willem-J-an/adopure.nvim/commit/59bc16e852217df18a070161661e640926086f83)) +* parse lua table opts from string ([1779da8](https://github.com/Willem-J-an/adopure.nvim/commit/1779da8c1778f491f271c832ee59c5ba70febb61)) +* Update release-please.yml ([af068c2](https://github.com/Willem-J-an/adopure.nvim/commit/af068c21b5b2e39f481973ef2c881ae254dac57e)) +* workflow lint; docs ([3dc3a29](https://github.com/Willem-J-an/adopure.nvim/commit/3dc3a296561da25b90b4cc917faaa5f2b2bc304c))