We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efb60f commit 9d4089eCopy full SHA for 9d4089e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.0.2 (2026-03-05)
4
+
5
+### Bug Fixes
6
7
+* restore dry-run debug output with git checkout cleanup ([3efb60f](https://github.com/nsheaps/cept/commit/3efb60f379ac3910ab380193195a26a12947174c))
8
9
All notable changes to this project will be documented in this file.
10
11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
package.json
@@ -1,6 +1,6 @@
{
"name": "cept",
- "version": "0.0.1",
+ "version": "0.0.2",
"private": true,
"type": "module",
"description": "A fully-featured Notion clone backed by Git. Client-only. Offline-first. Collaborative.",
0 commit comments