Skip to content

Commit

Permalink
chore: version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Jul 10, 2023
1 parent 3ba7a5e commit 3469ecd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.1.14] - 2023-07-10

### Bug Fixes

- Fix media query list add event listener, #27

### Features

- Support import api from swagger, #26

### Refactor

- Enhance api select handle
- Adjust zip feature for small size

## [0.1.13] - 2023-07-02

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ orm:
-u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \
-o src/entities
version:
git cliff --unreleased --tag 0.1.13 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.1.14 --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.13"
version = "0.1.14"
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 3469ecd

Please sign in to comment.