whichdoc 0.2.1

A cargo documentation diagnostics-driven editor
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1]https://github.com/lmmx/whichdoc/compare/whichdoc-v0.2.0...whichdoc-v0.2.1 - 2025-11-09

### <!-- 9 -->Other

- bump edtui

## [0.2.0]https://github.com/lmmx/whichdoc/compare/whichdoc-v0.1.6...whichdoc-v0.2.0 - 2025-11-02

### <!-- 2 -->Bug Fixes

- retain paragraph breaks and newlines ([#19]https://github.com/lmmx/whichdoc/pull/19)
- no colon intercept (closes #17) ([#18]https://github.com/lmmx/whichdoc/pull/18)

## [0.1.6]https://github.com/lmmx/whichdoc/compare/whichdoc-v0.1.5...whichdoc-v0.1.6 - 2025-11-02

### <!-- 2 -->Bug Fixes

- *(oops)* file writing would help!

## [0.1.5]https://github.com/lmmx/whichdoc/compare/whichdoc-v0.1.4...whichdoc-v0.1.5 - 2025-11-02

### <!-- 1 -->Features

- source file viewer with syntax highlighting ([#15]https://github.com/lmmx/whichdoc/pull/15)

### <!-- 4 -->Documentation

- document how to document
- install
- vim-like editor is now official

### <!-- 8 -->Styling

- *(clippy)* fix linter complaints

### <!-- 9 -->Other

- resave docstrings ([#16]https://github.com/lmmx/whichdoc/pull/16)
- workspace style tags

## [0.1.4]https://github.com/lmmx/whichdoc/compare/v0.1.3...v0.1.4 - 2025-11-01

### <!-- 9 -->Other

- clippy tidy ([#14]https://github.com/lmmx/whichdoc/pull/14)
- housekeeping
- edtui integration ([#13]https://github.com/lmmx/whichdoc/pull/13)