From 763415b5b104db309d88118e8e7cd50bfda1f94c Mon Sep 17 00:00:00 2001 From: Sebastian Galkin Date: Wed, 16 Oct 2024 17:09:35 -0300 Subject: [PATCH 1/2] Add changelogs --- Changelog.md | 9 +++++++++ Changelog.rust.md | 17 +++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Changelog.md create mode 100644 Changelog.rust.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 000000000..89d7fe931 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,9 @@ +# Changelog + + +## Python Icechunk Library 0.1.0a2 + +### Features + +- Initial release + diff --git a/Changelog.rust.md b/Changelog.rust.md new file mode 100644 index 000000000..3012aa903 --- /dev/null +++ b/Changelog.rust.md @@ -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 + From 0a77ba8b0c2d76563bc20187475a20847a8b4fcc Mon Sep 17 00:00:00 2001 From: Sebastian Galkin Date: Wed, 16 Oct 2024 17:15:04 -0300 Subject: [PATCH 2/2] symlink to Changelog.python.md --- Changelog.md | 10 +--------- Changelog.python.md | 9 +++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) mode change 100644 => 120000 Changelog.md create mode 100644 Changelog.python.md diff --git a/Changelog.md b/Changelog.md deleted file mode 100644 index 89d7fe931..000000000 --- a/Changelog.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - - -## Python Icechunk Library 0.1.0a2 - -### Features - -- Initial release - diff --git a/Changelog.md b/Changelog.md new file mode 120000 index 000000000..c838787b3 --- /dev/null +++ b/Changelog.md @@ -0,0 +1 @@ +Changelog.python.md \ No newline at end of file diff --git a/Changelog.python.md b/Changelog.python.md new file mode 100644 index 000000000..89d7fe931 --- /dev/null +++ b/Changelog.python.md @@ -0,0 +1,9 @@ +# Changelog + + +## Python Icechunk Library 0.1.0a2 + +### Features + +- Initial release +