Skip to content

Commit

Permalink
chore: version 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Feb 20, 2024
1 parent 8a3d906 commit 0f62ce5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
git cliff --unreleased --tag 0.1.19 --prepend CHANGELOG.md
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0f62ce5

Please sign in to comment.