Skip to content

Commit

Permalink
Merge pull request #29 from dinosaure/prepare-v0.0.6
Browse files Browse the repository at this point in the history
Prepare v0.0.6
  • Loading branch information
dinosaure committed May 15, 2023
2 parents 60e04ba + 2dc79cc commit 6898978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,3 +1,9 @@
### v0.0.6 2023-05-06 Tanger Med (Morocco)

- Fix how we record `weight` of PACK object (@dinosaure, #25)
- Aggregate hidden files (@SaySayo, @dinosaure, #26)
- Upgrade with `mirage-kv.6.0.0` and `mtime.2.0.0` (@dinosaure, #28)

### v0.0.5 2022-04-13 Paris (France)

- Remove `bigarray-compat` and `mmap` package, support only OCaml >= 4.08 (@dinosaure, #22)
Expand Down
2 changes: 1 addition & 1 deletion test/git-simple.t
Expand Up @@ -10,7 +10,7 @@ Simple Git disk.img
$ git add README.md
$ export DATE="2016-08-21 17:18:43 +0200"
$ export GIT_COMMITTER_DATE="2016-08-21 17:18:43 +0200"
$ git commit --date "$DATE" -q -m "My name is Dr. Greenthumb"
$ git commit --no-gpg-sign --date "$DATE" -q -m "My name is Dr. Greenthumb"
$ cd ..
$ docteur.make --branch refs/heads/master file://$(pwd)/git-store disk.img
$ docteur.verify disk.img
Expand Down

0 comments on commit 6898978

Please sign in to comment.