Skip to content

Commit 3d9fd17

Browse files
committed
chore: version 0.1.16
1 parent 3fd9b8f commit 3d9fd17

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.16] - 2023-09-18
6+
7+
### Documentation
8+
9+
- Update document
10+
11+
### Refactor
12+
13+
- Update dependencies
14+
515
## [0.1.15] - 2023-08-12
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.15 --prepend CHANGELOG.md
24+
git cliff --unreleased --tag 0.1.16 --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.15"
3+
version = "0.1.16"
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)