Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading