Skip to content

Commit 8c4bdb1

Browse files
chore: release v0.1.0
1 parent ceb8976 commit 8c4bdb1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)