Skip to content

Commit 97732cd

Browse files
Merge pull request #142 from andrewferrier/release-please--branches--main
chore(main): release 4.0.0
2 parents 2bc3333 + 5a3526e commit 97732cd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/andrewferrier/debugprint.nvim/compare/v3.7.0...v4.0.0) (2024-12-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Use persistent counter - closes #143
9+
10+
### Features
11+
12+
* Add COBOL support ([357117c](https://github.com/andrewferrier/debugprint.nvim/commit/357117c435597bbd50a907072d298df0cd847daa))
13+
* Add support for svelte and vue ([0480f2f](https://github.com/andrewferrier/debugprint.nvim/commit/0480f2fc3fc93249f9f90336d840360c2ae40b6c))
14+
* Use persistent counter - closes [#143](https://github.com/andrewferrier/debugprint.nvim/issues/143) ([26ba69f](https://github.com/andrewferrier/debugprint.nvim/commit/26ba69f06d126eaa09eaea9ae872611b2b86ebcf))
15+
16+
17+
### Bug Fixes
18+
19+
* Don't use vim.fs.rm(), it's not in stable yet ([3b7d34c](https://github.com/andrewferrier/debugprint.nvim/commit/3b7d34c37ecc4737f998498b10432e7538536627))
20+
* simpler implementation of vim.fs.joinpath() ([4a798ae](https://github.com/andrewferrier/debugprint.nvim/commit/4a798ae5f5bb65131334e4d9b8cafa52c858c8ab))
21+
* Stop using joinpath() ([8a54467](https://github.com/andrewferrier/debugprint.nvim/commit/8a544678a950809cf07ae03dd019dfa98751aa6a))
22+
* Support empty or false to remove default keybindings ([bf6c457](https://github.com/andrewferrier/debugprint.nvim/commit/bf6c457d6dc5b1c7b053361ead34954714618983))
23+
324
## [3.7.0](https://github.com/andrewferrier/debugprint.nvim/compare/v3.6.0...v3.7.0) (2024-11-24)
425

526

0 commit comments

Comments
 (0)