Skip to content

Commit b544f3f

Browse files
authored
chore(main): release 0.10.1 (#165)
1 parent 186228c commit b544f3f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/bngarren/checkmate.nvim/compare/v0.10.0...v0.10.1) (2025-07-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Removes `use_buffer` opts from `config.log`. Will just write to log file if `use_file` is enabled and when logging meets `level` threshold. This update does make `use_file` enabled by default with a log level of `warn` so that users can at least send in debug info if problems occur. Default log file is at `vim.fn.stdpath("log")` with filename "checkmate.log" (this can be modified with `file_path` opt).
9+
10+
### Code Refactoring
11+
12+
* organize config, improve logging/debugging([#164](https://github.com/bngarren/checkmate.nvim/issues/164)) ([186228c](https://github.com/bngarren/checkmate.nvim/commit/186228c4fa0cdb898a910dd8f530a473cac339c5))
13+
314
## [0.10.0](https://github.com/bngarren/checkmate.nvim/compare/v0.9.2...v0.10.0) (2025-07-26)
415

516

0 commit comments

Comments
 (0)