Files
dolt/release-notes.md
T
2019-01-09 10:09:52 -08:00

692 B

1/8/19 Version 0.2.2

  • Windows support.
  • Move data to .dolt/noms directory
    • To convert existing data repositories you will need to run:
      • mkdir .dolt/noms
      • mv * .dolt/noms/
      • rm * (If you have been using this directory to store other files you may need to be more deliberate about what you delete.)
  • Bug fixes.
  • Error messaging improvements.

1/6/19 Version 0.2.1

  • dolt table schema command
  • --all option for dolt add
  • table headers printed when using commands cat and diff
  • Bug fixes
  • Documentation Updates

1/4/19 Version 0.2.0

Initial internal release of dolt for team to be able to start playing with it. Initial documentetation: