From 059ff8b9f7e960607e405a8ea37f7546278d8ca6 Mon Sep 17 00:00:00 2001 From: vicanso Date: Sun, 21 Apr 2024 12:43:31 +0800 Subject: [PATCH] chore: version 0.1.20 --- CHANGELOG.md | 14 ++++++++++++++ Makefile | 4 ++-- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2de4ca..609814e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.1.20] - 2024-04-21 + +### Bug Fixes + +- Fix url input symbols line break + +### Miscellaneous Tasks + +- Update dependencies + +### Refactor + +- Set overflow hidden for editor + ## [0.1.19] - 2024-02-19 ### Bug Fixes diff --git a/Makefile b/Makefile index eba7524..1638305 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: default lint: - cd src-tauri && cargo clippy + cd src-tauri && cargo clippy fmt: cd src-tauri && cargo fmt --all -- dev: @@ -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.19 --prepend CHANGELOG.md \ No newline at end of file + git cliff --unreleased --tag 0.1.20 --prepend CHANGELOG.md diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 81a85f7..8744d48 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "cyberapi" -version = "0.1.19" +version = "0.1.20" dependencies = [ "base64 0.21.7", "brotli-decompressor", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 826a4d9..4253771 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cyberapi" -version = "0.1.19" +version = "0.1.20" description = "API tool based on tauri, it is smaller and faster." authors = ["tree.xie@outlook.com"] license = "Apache License 2.0"