# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## [0.2.0](https://github.com/prymul/conch/compare/d897add21d0305eb45910ea0883789087569d65b..0.2.0) - 2026-09-22
#### Features
- add a library target and mdBook user guide - ([6748849](https://github.com/prymul/conch/commit/67488498042a1a8479be2a8037c0c01f6e776252)) - [@mmat30](https://github.com/mmat30)
#### Documentation
- capture release-pipeline gotchas learned this session in CLAUDE.md - ([d897add](https://github.com/prymul/conch/commit/d897add21d0305eb45910ea0883789087569d65b)) - [@mmat30](https://github.com/mmat30)
- - -
## [0.1.2](https://github.com/prymul/conch/compare/5d891d278ea86252a4127c80bad7a321d5e37ede..0.1.2) - 2026-09-22
#### Bug Fixes
- correct the pre_bump_hooks version-substitution regex - ([5d891d2](https://github.com/prymul/conch/commit/5d891d278ea86252a4127c80bad7a321d5e37ede)) - [@mmat30](https://github.com/mmat30)
- - -
## [0.1.1](https://github.com/prymul/conch/compare/e0369f448518181fb693bfea285f93092d52b11f..0.1.1) - 2026-09-22
#### Bug Fixes
- replace gitleaks-action with the raw CLI to drop the license dependency - ([805c079](https://github.com/prymul/conch/commit/805c0790f04d9f89a66bccff2c90233baf315dc9)) - [@mmat30](https://github.com/mmat30)
- rename crates.io package to conch-shell, keep conch as the binary name - ([e0369f4](https://github.com/prymul/conch/commit/e0369f448518181fb693bfea285f93092d52b11f)) - [@mmat30](https://github.com/mmat30)
- - -
## [0.1.0](https://github.com/prymul/conch/compare/c6b3e46af2b8de0ae1e350fa580dfd3b029af6d6..0.1.0) - 2026-09-22
#### Features
- scaffold conch rust project with release automation - ([c6b3e46](https://github.com/prymul/conch/commit/c6b3e46af2b8de0ae1e350fa580dfd3b029af6d6)) - [@mmat30](https://github.com/mmat30)
#### Bug Fixes
- upgrade gitleaks-action to v3 and wire in GITLEAKS_LICENSE - ([40af13f](https://github.com/prymul/conch/commit/40af13f5fbcc27dedcb17262b32d492783d1011f)) - [@mmat30](https://github.com/mmat30)
- use a PAT for the release push so it can trigger the publish workflow - ([bddb479](https://github.com/prymul/conch/commit/bddb4790cffe0fbd2047fd55da8b9496b5518766)) - [@mmat30](https://github.com/mmat30)
- match cocogitto's actual chore(version) bump-commit prefix - ([eeee37f](https://github.com/prymul/conch/commit/eeee37faa3424ab69157912b633d04c8073927c9)) - [@mmat30](https://github.com/mmat30)
#### Documentation
- add install and release automation instructions - ([0bd0931](https://github.com/prymul/conch/commit/0bd0931c920e59adabdd2e5a39aeb3325aaf779e)) - [@mmat30](https://github.com/mmat30)
#### Refactoring
- move local hook orchestration from cog.toml to lefthook - ([7d38bb3](https://github.com/prymul/conch/commit/7d38bb3e75938e84f28ee9dbe23a14dc03ed6d94)) - [@mmat30](https://github.com/mmat30)
- merge release and publish into one workflow to drop the RELEASE_TOKEN PAT - ([cbecbe4](https://github.com/prymul/conch/commit/cbecbe47d9c69fdec995451aafc9c4fa53b2c2bf)) - [@mmat30](https://github.com/mmat30)
#### Miscellaneous Chores
- gate crates.io publish behind a tag-restricted release environment - ([76418e3](https://github.com/prymul/conch/commit/76418e34d780fa608057563591b12aafed3d0510)) - [@mmat30](https://github.com/mmat30)
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).