Skip to content

Commit 2ef6d4c

Browse files
chore: release v0.1.0
1 parent f57eb85 commit 2ef6d4c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
- update default config path
15+
- Rename project
16+
- long awaited refresh
17+
- continue impl
18+
- add enum dispatch
19+
- update readme
20+
- cargo update
21+
- rename crate
22+
- replace logging with tracing
23+
- replace simple_error with anyhow
24+
- compute_cache_key
25+
- finish drop implementation
26+
- Replace clap with pico-args because we won't need all the features
27+
- Rename RepoPath -> RepoPattern
28+
- Add several modules
29+
- Initial commit

0 commit comments

Comments
 (0)