Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent f7cf064 commit 74b5099
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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.0](https://github.com/cilki/wsx/releases/tag/v0.1.0) - 2024-05-08

### Other
- continue impl
- add enum dispatch
- update readme
- cargo update
- rename crate
- replace logging with tracing
- replace simple_error with anyhow
- compute_cache_key
- finish drop implementation
- Replace clap with pico-args because we won't need all the features
- Rename RepoPath -> RepoPattern
- Add several modules
- Initial commit

0 comments on commit 74b5099

Please sign in to comment.