Skip to content

Commit

Permalink
chore(main): release 12.39.0 (LazyVim#4376)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[12.39.0](LazyVim/LazyVim@v12.38.2...v12.39.0)
(2024-09-18)


### Features

* **cmp:** better c-n and c-p mapping fallback. Fixes
[LazyVim#4414](LazyVim#4414)
([86d4f14](LazyVim@86d4f14))
* **lazygit:** allow user to override LazyVim config with custom file
([LazyVim#4367](LazyVim#4367))
([41a8f3a](LazyVim@41a8f3a))
* **persistence:** added leader-qS to select a session
([5a0122b](LazyVim@5a0122b))
* **vscode:** make use of vscode builtin terminal
([LazyVim#4392](LazyVim#4392))
([ead5955](LazyVim@ead5955))


### Bug Fixes

* **extra:** make copilot-chat.lua fallback to the latest model
([LazyVim#4411](LazyVim#4411))
([ae17b32](LazyVim@ae17b32))
* **grug:** grug_far -> grug.open
([LazyVim#4404](LazyVim#4404))
([746ea8f](LazyVim@746ea8f))
* **markdown-preview:** unknown function `mkdp#util#install`
([LazyVim#4196](LazyVim#4196))
([b892861](LazyVim@b892861))
* **ocaml:** get_language_id
([LazyVim#4327](LazyVim#4327))
([6dcd979](LazyVim@6dcd979))
* **omnisharp:** use Go To Definition with fzf.lua
([LazyVim#4260](LazyVim#4260))
([39ca76c](LazyVim@39ca76c))
* **toggle:** diagnostics enable/disable. See
[LazyVim#4205](LazyVim#4205)
([3dbace9](LazyVim@3dbace9))
* **toggle:** make `diagnostics` compatible with nvim-0.9.5
([LazyVim#4205](LazyVim#4205))
([c012f85](LazyVim@c012f85))
* **vue:** ensure css treesitter installed
([LazyVim#4308](LazyVim#4308))
([627215a](LazyVim@627215a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 18, 2024
1 parent 39ca76c commit a1c3ec4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "12.38.2"
".": "12.39.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [12.39.0](https://github.com/LazyVim/LazyVim/compare/v12.38.2...v12.39.0) (2024-09-18)


### Features

* **cmp:** better c-n and c-p mapping fallback. Fixes [#4414](https://github.com/LazyVim/LazyVim/issues/4414) ([86d4f14](https://github.com/LazyVim/LazyVim/commit/86d4f14bc89b2174cadde93a4f49fc83a01df642))
* **lazygit:** allow user to override LazyVim config with custom file ([#4367](https://github.com/LazyVim/LazyVim/issues/4367)) ([41a8f3a](https://github.com/LazyVim/LazyVim/commit/41a8f3a5fb2bb84036f33764d77049cafb0adedf))
* **persistence:** added leader-qS to select a session ([5a0122b](https://github.com/LazyVim/LazyVim/commit/5a0122b61977b5b2c392b64eb615025f49f2aef7))
* **vscode:** make use of vscode builtin terminal ([#4392](https://github.com/LazyVim/LazyVim/issues/4392)) ([ead5955](https://github.com/LazyVim/LazyVim/commit/ead5955befe8d6e1e06877ea923c78375dcfad1e))


### Bug Fixes

* **extra:** make copilot-chat.lua fallback to the latest model ([#4411](https://github.com/LazyVim/LazyVim/issues/4411)) ([ae17b32](https://github.com/LazyVim/LazyVim/commit/ae17b321c7fc95e8c678865368ebfcac7c2e7483))
* **grug:** grug_far -&gt; grug.open ([#4404](https://github.com/LazyVim/LazyVim/issues/4404)) ([746ea8f](https://github.com/LazyVim/LazyVim/commit/746ea8f1e6afdad89d0fab4ad04f370cf3998f67))
* **markdown-preview:** unknown function `mkdp#util#install` ([#4196](https://github.com/LazyVim/LazyVim/issues/4196)) ([b892861](https://github.com/LazyVim/LazyVim/commit/b892861bdee888f83401e745bda1798dc01e2c54))
* **ocaml:** get_language_id ([#4327](https://github.com/LazyVim/LazyVim/issues/4327)) ([6dcd979](https://github.com/LazyVim/LazyVim/commit/6dcd9794b1819965eb4f3dca70a1eb3c463de3cf))
* **omnisharp:** use Go To Definition with fzf.lua ([#4260](https://github.com/LazyVim/LazyVim/issues/4260)) ([39ca76c](https://github.com/LazyVim/LazyVim/commit/39ca76c9607a7d92aff5b97c50b7ccbf1b2d46b6))
* **toggle:** diagnostics enable/disable. See [#4205](https://github.com/LazyVim/LazyVim/issues/4205) ([3dbace9](https://github.com/LazyVim/LazyVim/commit/3dbace941ee935c89c73fd774267043d12f57fe2))
* **toggle:** make `diagnostics` compatible with nvim-0.9.5 ([#4205](https://github.com/LazyVim/LazyVim/issues/4205)) ([c012f85](https://github.com/LazyVim/LazyVim/commit/c012f859597c4ba3e54dd26372351098a25379cd))
* **vue:** ensure css treesitter installed ([#4308](https://github.com/LazyVim/LazyVim/issues/4308)) ([627215a](https://github.com/LazyVim/LazyVim/commit/627215a72b7744973a778722724d07eccefa0c79))

## [12.38.2](https://github.com/LazyVim/LazyVim/compare/v12.38.1...v12.38.2) (2024-07-25)


Expand Down
2 changes: 1 addition & 1 deletion lua/lazyvim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
---@class LazyVimConfig: LazyVimOptions
local M = {}

M.version = "12.38.2" -- x-release-please-version
M.version = "12.39.0" -- x-release-please-version
LazyVim.config = M

---@class LazyVimOptions
Expand Down

0 comments on commit a1c3ec4

Please sign in to comment.