Skip to content

Commit

Permalink
Merge pull request #2326 from zazedd/main
Browse files Browse the repository at this point in the history
Fix root path issue with `Irmin-git`, and remove `allow_duplicate` for root spec key
  • Loading branch information
art-w committed Sep 10, 2024
2 parents 6024141 + ff770ce commit 675f08f
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 276 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
## Unreleased

### Added

### Fixed

- **irmin-client**
- Fix a fd leak when using `clone` (#2322, @samoht)
- **irmin-git**
- Fix git sync example (#2327, @art-w)
- Fixed issue with two subsequent `Irmin-git` repos, where one
repo would lose the ability to find its root path (#2326, @zazedd)
- **irmin**
- Fix CI, update dependencies (#2321, @smorimoto)
- Update documentation (#2323, #2324, #2325, @christinerose)
- **irmin-cli**
- Fix uncaught exception (#2326, @art-w)

### Removed

- **irmin**
- Removed `?allow_duplicate` parameter from the `Conf.key` function (#2326, @zazedd)

## 3.9.0 (2023-10-05)

### Added
Expand Down
Loading

0 comments on commit 675f08f

Please sign in to comment.