Skip to content

Commit

Permalink
chore: version 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 21, 2024
1 parent e1f4e28 commit 087e482
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.1.20] - 2024-04-21

### Bug Fixes

- Fix url input symbols line break

### Miscellaneous Tasks

- Update dependencies

### Refactor

- Set overflow hidden for editor

## [0.1.19] - 2024-02-19

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: default

lint:
cd src-tauri && cargo clippy
cd src-tauri && cargo clippy
fmt:
cd src-tauri && cargo fmt --all --
dev:
Expand All @@ -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.19 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.1.20 --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.19"
version = "0.1.20"
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 087e482

Please sign in to comment.