Skip to content

Commit

Permalink
Add changelogs (#291)
Browse files Browse the repository at this point in the history
* Add changelogs

* symlink to Changelog.python.md
  • Loading branch information
paraseba authored Oct 16, 2024
1 parent 747debc commit ad5b329
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
9 changes: 9 additions & 0 deletions Changelog.python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog


## Python Icechunk Library 0.1.0a2

### Features

- Initial release

17 changes: 17 additions & 0 deletions Changelog.rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## Rust Icechunk Library 0.1.0-alpha.3

### Features

- Added new `Store::list_dir_items` method and `ListDirItem` type to distinguish keys and
prefixes during `list_dir` operations.
- New `ByteRange` type allows retrieving the final `n` bytes of a chunk.


## Rust Icechunk Library 0.1.0-alpha.2

### Features

- Initial release

0 comments on commit ad5b329

Please sign in to comment.