From 7c759826c2c42b97a0c3d8b43b5960a20f6d2535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 12:54:16 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.manifest.json b/.manifest.json index 466df71..2be9c43 100644 --- a/.manifest.json +++ b/.manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad77fd..1c87c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/xvzc/bufsitter.nvim/compare/v0.1.0...v0.2.0) (2026-04-25) + + +### Features + +* **scratch,ref:** add ext/force_quit options and ref hook support ([98aa8a2](https://github.com/xvzc/bufsitter.nvim/commit/98aa8a230d5fdd0c82a0430fdd73851451416111)) + + +### Bug Fixes + +* **scratch:** defer on_attach to BufWinEnter and close all windows on hide ([2bc2703](https://github.com/xvzc/bufsitter.nvim/commit/2bc2703be8c85a1594eac8e1d45d5e06bc47443e)) + ## [0.1.0](https://github.com/xvzc/bufsitter.nvim/compare/v0.0.0...v0.1.0) (2026-04-22)