From 364f16021876e126e868f77fae6d196da1bbda60 Mon Sep 17 00:00:00 2001 From: kanthi subramanian Date: Wed, 29 Apr 2026 13:12:50 -0500 Subject: [PATCH] Added release notes for v0.14.0 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f079154..a6942ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/altinity/ice/compare/v0.10.1...master) + +## [0.14.0](https://github.com/Altinity/ice/compare/v0.14.0...v0.13.0) + +### Added +- `ice` - Add support for truncate partitioning ([#143](https://github.com/Altinity/ice/pull/143)) +- `ice` - Add list-tables command to show tables for a given namespace ([#150](https://github.com/Altinity/ice/pull/150)) +- `ice` - Add describe-metadata command to print metadata/manifest information ([#140](https://github.com/Altinity/ice/pull/140)) +- `ice` - Added support for add_column after/before/first ([#147](https://github.com/Altinity/ice/pull/147)) + +### Fixed +- `ice` - Add error message for wrong namespace/table in describe ([#154](https://github.com/Altinity/ice/pull/154)) ## [0.13.0](https://github.com/altinity/ice/compare/v0.12.0...v0.13.0) ### Added