From 7cc35997581dbfcfa5ac022843e12c04d64c3250 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:44:03 +0000 Subject: [PATCH] chore(main): release 3.8.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6aff8..c57d554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.8.0](https://github.com/Robitx/gp.nvim/compare/v3.7.1...v3.8.0) (2024-08-05) + + +### Features + +* ollama and perplexity with llama3.1-8B ([8b448c0](https://github.com/Robitx/gp.nvim/commit/8b448c06651ebfc6b810bf37029d0a1ee43c237e)) + + +### Bug Fixes + +* git root search infinite loop on windows (issue: [#126](https://github.com/Robitx/gp.nvim/issues/126)) ([7eb91da](https://github.com/Robitx/gp.nvim/commit/7eb91daa43d5c6b318be699e2af770904625a4d6)) + ## [3.7.1](https://github.com/Robitx/gp.nvim/compare/v3.7.0...v3.7.1) (2024-08-05)