Skip to content

Commit

Permalink
let's try that release again
Browse files Browse the repository at this point in the history
  • Loading branch information
yomimono committed Jul 29, 2022
1 parent b8dceaa commit 602625d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# v0.1.0 (2022-07-28, all changes by @yomimono)
# v0.1.1 (2022-07-28, all changes by @yomimono)

* bugfix: remove dependency cycle between chamelon and chamelon-unix
* bugfix: tag src/runtest with `(package chamelon-unix)`

# v0.1.0 (prepared and superseded 2022-07-28, all changes by @yomimono)

* new features: expose and implement `Kv.size t key` and `Kv.get_partial t key ~offset ~length`.
* bugfix: large files could be misread under certain circumstances because the final block index wasn't correctly calculated. remove `bitwise` module and the Base `popcount` it referenced, and instead calculate the block index with a recursive function.
Expand Down

0 comments on commit 602625d

Please sign in to comment.