Skip to content

Commit

Permalink
Edit changelog
Browse files Browse the repository at this point in the history
mbarbin committed Sep 30, 2024

Verified

This commit was signed with the committer’s verified signature.
mbarbin Mathieu Barbin
1 parent adf6327 commit f0b31c6
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
## 0.0.8 (unreleased)

### Added
## 0.0.8 (2024-09-30)

### Changed

- Reduced dependencies from `fpath-base` to `fpath-sexp0` where able.
- Inline `eio-process` dependency into.
- Remove `eio-writer` dependency in `vcs-command`.

### Deprecated
- Reduced dependencies from `fpath-base` to `fpath-sexp0` where able (#27, @mbarbin).
- Inline `eio-process` dependency into `vcs_git_eio` (#27, @mbarbin).
- Replace calls to `eio-writer` by print functions from stdlib in `vcs-command` (#26, @mbarbin).
- Refactor subgraph computation to not need union-find (#25, @mbarbin).
- Improve `Vcs.Graph` documentation (#24, @mbarbin).
- Upgrade documentation dependencies (#23, @mbarbin).
- Update documentation to use diataxis (#22, @mbarbin).

### Fixed

- Fixed stale names in headache script.

### Removed

- No more `vendor/` libraries.
- Removed dependency to vendored `eio-process`.
- Removed dependency to vendored `eio-writer`.
- Removed dependency to vendored `union-find`.

## 0.0.7 (2024-09-20)

0 comments on commit f0b31c6

Please sign in to comment.