Skip to content

Commit f44a079

Browse files
committed
chore: version 0.1.12
1 parent 542c524 commit f44a079

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.1.12] - 2023-06-29
6+
7+
### Bug Fixes
8+
9+
- Fix base64 encode, #23
10+
11+
### Refactor
12+
13+
- Improve the performance of select file
14+
- Improve the performance of select file
15+
516
## [0.1.11] - 2023-06-26
617

718
### Bug Fixes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ orm:
1919
-u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \
2020
-o src/entities
2121
version:
22-
git cliff --unreleased --tag 0.1.11 --prepend CHANGELOG.md
22+
git cliff --unreleased --tag 0.1.12 --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.11"
3+
version = "0.1.12"
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)