# 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.1.1](https://github.com/jcarver989/diff/compare/clankerdiff-watch-v0.1.0...clankerdiff-watch-v0.1.1) - 2026-09-09
### Other
- Crate libs. ([#17](https://github.com/jcarver989/diff/pull/17))
## [0.1.0](https://github.com/jcarver989/diff/releases/tag/clankerdiff-watch-v0.1.0) - 2026-09-08
### Added
- *(diff-watch)* Add diff-watch crate for fs changes backed by notify lib
- *(diff-watch)* Scaffold new crate and add FileWatcher trait and implementation + fake
### Fixed
- *(diff-gpui)* stop theme picker scroll from reaching background content ([#9](https://github.com/jcarver989/diff/pull/9))
### Other
- rename crates to have clankerdiff prefix
- *(diff-git)* Start to cleanup api a bit