diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a9727..f2de4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.1.19] - 2024-02-19 + +### Bug Fixes + +- Fix export settings + +### Refactor + +- Adjust import api setting + ## [0.1.18] - 2023-12-09 ### Bug Fixes diff --git a/Makefile b/Makefile index 67fac90..eba7524 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ orm: -u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \ -o src/entities version: - git cliff --unreleased --tag 0.1.18 --prepend CHANGELOG.md \ No newline at end of file + git cliff --unreleased --tag 0.1.19 --prepend CHANGELOG.md \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ddc3b8e..ac8b881 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "cyberapi" -version = "0.1.18" +version = "0.1.19" dependencies = [ "base64 0.21.7", "brotli-decompressor", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 228c5b5..055e1b4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cyberapi" -version = "0.1.18" +version = "0.1.19" description = "API tool based on tauri, it is smaller and faster." authors = ["tree.xie@outlook.com"] license = "Apache License 2.0"