Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Added

- track::Builder for incrementally adding commits.
- TrackMap::new() constructor

### Changed

- (BREAKING) Builder::with_settings now take Rc<Settings> as argument.
Expand All @@ -26,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Support for octo-merges (more than 2 parents)
Fix git relative worktrees extension, by updating dependencies
to include libgit2 v1.9.4


## [0.7.3] - 2026-05-01
Expand Down
Loading