File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/fossable/workset/releases/tag/v0.1.0 ) - 2025-11-24
11+
12+ ### Other
13+
14+ - bump edition
15+ - update default config path
16+ - Rename project
17+ - long awaited refresh
18+ - continue impl
19+ - add enum dispatch
20+ - update readme
21+ - cargo update
22+ - rename crate
23+ - replace logging with tracing
24+ - replace simple_error with anyhow
25+ - compute_cache_key
26+ - finish drop implementation
27+ - Replace clap with pico-args because we won't need all the features
28+ - Rename RepoPath -> RepoPattern
29+ - Add several modules
30+ - Initial commit
You can’t perform that action at this time.
0 commit comments