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

Tidying CHANGES #2259

Merged
merged 2 commits into from
Jun 16, 2023
Merged
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
15 changes: 9 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,32 @@

- **irmin**
- Change behavior of `Irmin.Conf.key` to disallow duplicate key names by
default. Add `allow_duplicate` optional argument to override. (@metanivek,
#2252)
default. Add `allow_duplicate` optional argument to override. (#2252,
@metanivek)

### Changed

- **irmin**
- Lower bounds for `mtime` is now `2.0.0` (@patricoferris, #2166)
- Lower bound for `mtime` is now `2.0.0` (#2166, @patricoferris)

- **irmin-mirage-git**
- Lower bound for `mirage-kv` is now `6.0.0` (#2256, @metanivek)

### Fixed

- **irmin-cli**
- Changed `--store irf` to `--store fs` to align the CLI with what is
published on the Irmin website (@wyn, #2243)
published on the Irmin website (#2243, @wyn)

## 3.7.1 (2023-05-24)


### Fixed

- **irmin-pack**
- Fix issue when migrating v2 stores to use lower layer (@metanivek, #2241)
- Fix issue when migrating v2 stores to use lower layer (#2241, @metanivek)
- Fix issue when calling GC for a commit in the lower after migration
(@metanivek, #2242)
(#2242, @metanivek)

## 3.7.0 (2023-04-26)

Expand Down