Skip to content

Commit

Permalink
chore: version 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Dec 9, 2023
1 parent d4b2390 commit c51b319
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.18] - 2023-12-09

### Bug Fixes

- Fix select api item

### Miscellaneous Tasks

- Update dependencies
- Update dependencies

### Refactor

- Adjust menu of windows

## [0.1.17] - 2023-10-10

### 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.17 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.1.18 --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.17"
version = "0.1.18"
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 c51b319

Please sign in to comment.