Skip to content

Commit 70e4b0e

Browse files
committed
Release v0.2.0
New features: - peas migrate: Migrate legacy config to .peas/config.toml - peas doctor: Health checks with --fix for auto-repairs - Sequential ID generation mode (id_mode = "sequential") - JSON Schema for config files with LSP support (Taplo, Tombi, yaml-language-server) Changes: - Canonical config location is now .peas/config.toml - Deprecated peas.path config option - doctor --fix includes migration functionality
1 parent 26d45bc commit 70e4b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peas"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "A CLI-based, flat-file issue tracker for humans and robots"
66
license = "MIT"

0 commit comments

Comments
 (0)