From 9aa96abfaa9d4fcc746594068e0490ed749da537 Mon Sep 17 00:00:00 2001 From: Rudolf Schmidt Date: Tue, 29 Jul 2025 02:45:33 +0500 Subject: [PATCH] chore(main): release 5.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870c419..1fa4e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.0](https://github.com/rsmdt/quarry.nvim/compare/v4.0.0...v5.0.0) (2025-07-28) + + +### ⚠ BREAKING CHANGES + +* Removes fallbacks for deprecations + +### Features + +* Removes fallbacks for deprecations ([dc57a5d](https://github.com/rsmdt/quarry.nvim/commit/dc57a5d15fdc867abb45dfe0d917b2642252fa91)) + + +### Bug Fixes + +* reverts mason default config ([09508eb](https://github.com/rsmdt/quarry.nvim/commit/09508eb7fdcdcbe2e1f91909fbb295a08979f1d9)) + ## [4.0.0](https://github.com/rudionrails/quarry.nvim/compare/v3.0.1...v4.0.0) (2024-11-02)