Skip to content

Commit 8fd3377

Browse files
authored
changelog: update (#3)
1 parent 5741ff3 commit 8fd3377

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.0.3] - 2024/05/30
9+
### Added
10+
- Changelog
11+
12+
## [0.0.2] - 2024/05/20
13+
### Added
14+
- `convertType` function to deal with type conversion
15+
- SQLite type conversion for INT, DECIMAL
16+
17+
## [0.0.1] - 2024/05/19
18+
19+
### Added
20+
- initial version
21+
- MySQL/MariaDB type conversion for INT, DECIMAL

0 commit comments

Comments
 (0)