diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e9..e6f87756 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15629467..2d2b5926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/mikavilpas/yazi.nvim/compare/v3.5.0...v4.0.0) (2024-07-28) + + +### ⚠ BREAKING CHANGES + +* If you use `use_ya_for_events_reading = true` in your yazi.nvim config, you need to upgrade your yazi version to the currently latest version: + +### Miscellaneous Chores + +* update to the latest commit of yazi ([#283](https://github.com/mikavilpas/yazi.nvim/issues/283)) ([c1b4e9a](https://github.com/mikavilpas/yazi.nvim/commit/c1b4e9a3136092db473708d807db5a495d38d7ce)) + ## [3.5.0](https://github.com/mikavilpas/yazi.nvim/compare/v3.4.0...v3.5.0) (2024-07-28) diff --git a/lua/yazi.lua b/lua/yazi.lua index 36af3045..cace826c 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require('yazi.config') local M = {} -M.version = '3.5.0' -- x-release-please-version +M.version = '4.0.0' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState