Skip to content

Commit 01849d2

Browse files
authored
Merge pull request #34 from vicanso/main
version 0.1.19
2 parents 0b6497b + 0f62ce5 commit 01849d2

32 files changed

+524
-437
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.1.19] - 2024-02-19
6+
7+
### Bug Fixes
8+
9+
- Fix export settings
10+
11+
### Refactor
12+
13+
- Adjust import api setting
14+
515
## [0.1.18] - 2023-12-09
616

717
### Bug Fixes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ orm:
2121
-u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \
2222
-o src/entities
2323
version:
24-
git cliff --unreleased --tag 0.1.18 --prepend CHANGELOG.md
24+
git cliff --unreleased --tag 0.1.19 --prepend CHANGELOG.md

0 commit comments

Comments
 (0)