Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix root path issue with Irmin-git, and remove allow_duplicate for root spec key #2326

Merged
merged 2 commits into from
Sep 10, 2024
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
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