Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
1 parent 1ae3e0c commit 4c02e00
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-beans-lay.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/friendly-tips-float.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# zaku

## 0.4.0

### Minor Changes

- Tree view for collections and requests - [`4229470`](https://github.com/buildzaku/zaku/commit/42294706ac7bfd74d361ebb58b75a525f9f1f70d) [#18](https://github.com/buildzaku/zaku/pull/18)

### Patch Changes

- Handlers for request and response panes - [`874de99`](https://github.com/buildzaku/zaku/commit/874de99f5f31b60f1bd01f0cef49fc6523cdb8af) [#20](https://github.com/buildzaku/zaku/pull/20)

- Improve colors for dark theme
- Fix request method colors

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zaku",
"version": "0.3.1",
"version": "0.4.0",
"description": "Fast, open-source API client with fangs",
"license": "MIT",
"author": "Mayank Verma <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zaku
base: core18
version: 0.3.1
version: 0.4.0
summary: Fast, open-source API client with fangs
description: |
Fast, open-source API client with fangs
Expand Down
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 = "zaku"
version = "0.3.1"
version = "0.4.0"
description = "Fast, open-source API client with fangs"
license = "MIT"
authors = ["Mayank Verma <[email protected]>"]
Expand Down

0 comments on commit 4c02e00

Please sign in to comment.