Skip to content

Commit 059ff8b

Browse files
committed
chore: version 0.1.20
1 parent 96a4c9c commit 059ff8b

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.1.20] - 2024-04-21
6+
7+
### Bug Fixes
8+
9+
- Fix url input symbols line break
10+
11+
### Miscellaneous Tasks
12+
13+
- Update dependencies
14+
15+
### Refactor
16+
17+
- Set overflow hidden for editor
18+
519
## [0.1.19] - 2024-02-19
620

721
### Bug Fixes

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: default
22

33
lint:
4-
cd src-tauri && cargo clippy
4+
cd src-tauri && cargo clippy
55
fmt:
66
cd src-tauri && cargo fmt --all --
77
dev:
@@ -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.19 --prepend CHANGELOG.md
24+
git cliff --unreleased --tag 0.1.20 --prepend CHANGELOG.md

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cyberapi"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
description = "API tool based on tauri, it is smaller and faster."
55
authors = ["tree.xie@outlook.com"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)