Skip to content

Commit

Permalink
docs: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SalHe committed Jan 1, 2024
1 parent d1b2931 commit 29db860
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@

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

## [unreleased]
## [0.1.0] - 2024-01-01

### Bug Fixes

- Multiline input
- No styling when display in less
- Display error

### Documentation

- README.md
- README.md
- CHANGELOG
- README.md

### Features

Expand All @@ -21,12 +25,33 @@ All notable changes to this project will be documented in this file.
- Improve error tips
- Improve sql error tips
- Simple completion
- No keeping duplicated history
- Improve validation for better multiline input
- Commands from `BufReader`
- SQL scripts file and support disable echo #5 #4
- #4 single SQL execute

### Refactor

- Extract client as single library
- Extract commands to mod
- Classify commands
- Extract validation/parsing for commands
- Input source
- Optimize executing command
- Return error of fetching command
- Make trait `Output`
- Remove `--output` argument

### Styling

- Fmt
- Fmt clean

### Build

- Update `tabled` to 0.15.0

## [0.0.1] - 2023-12-13

### Bug Fixes
Expand Down

0 comments on commit 29db860

Please sign in to comment.