Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.72 KB

Changelog

All notable changes to doltcli will be documented in this file.

This document follows the conventions laid out in Keep a CHANGELOG.

v0.3.0 - 2023-09-21

Added

  • Add 'remote' and 'all' options to branch command #20.
  • Add CODEOWNERS file #24.

Changed

  • Bump dolt version to 1.16.0 #26.
  • Update tests to work with dolt 1.15.0 #22.
  • Bump dolt version to 1.15.0 #22.

v0.2.0 - 2023-09-13

Added

  • Add remote and branch to BranchT class to handle updated version of dolt

Changed

  • Bump dolt version to 1.7.5

v0.1.18 - 2023-01-24

Added

  • Add track option to checkout command to checkout upstream branches.
  • Add optional branch argument to pull operation.

Changed

  • Changed the Github actions to our standard ones