Skip to content

Commit

Permalink
chore(release): v0.2.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 18, 2024
1 parent 08e83ca commit 1b7fb03
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 238 deletions.
10 changes: 0 additions & 10 deletions .changeset/curvy-donuts-mix.md

This file was deleted.

45 changes: 28 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
# zaku

## 0.2.0

### Minor Changes

- Setup app state and ability to create space on launch - [`08e83ca`](https://github.com/buildzaku/zaku/commit/08e83ca9748c2960cbf97dcf7b89736d2bcfaaa6) [#7](https://github.com/buildzaku/zaku/pull/7)

- Remove unused dependencies
- Pin all crates
- Implement get/set/delete active space invoke commands
- Get rid of problematic custom title bar

## 0.1.1

### Patch Changes

- On release, sync snapcraft.yaml with latest metadata - [`bbc184d`](https://github.com/buildzaku/zaku/commit/bbc184d8550132139949e2318077b77f50574d35) [#5](https://github.com/buildzaku/zaku/pull/5)
- On release, sync `snapcraft.yaml` with latest metadata - [`bbc184d`](https://github.com/buildzaku/zaku/commit/bbc184d8550132139949e2318077b77f50574d35) [#5](https://github.com/buildzaku/zaku/pull/5)

- add snapcraft.yaml for snap store distribution - [`59f700f`](https://github.com/buildzaku/zaku/commit/59f700f952cb4d6e9e38105aa4bf7b29c6ae003a)
- Add `snapcraft.yaml` for snap store distribution - [`59f700f`](https://github.com/buildzaku/zaku/commit/59f700f952cb4d6e9e38105aa4bf7b29c6ae003a)

- custom titlebar and minor UI adjustments - [`065d356`](https://github.com/buildzaku/zaku/commit/065d3565e455f897689dbf664daf034d2487213e) [#6](https://github.com/buildzaku/zaku/pull/6)
- Custom titlebar and minor UI adjustments - [`065d356`](https://github.com/buildzaku/zaku/commit/065d3565e455f897689dbf664daf034d2487213e) [#6](https://github.com/buildzaku/zaku/pull/6)

- avoid unnecessary binaries from being included in the release - [`a1decd6`](https://github.com/buildzaku/zaku/commit/a1decd62d16fac27893655ab95894f286f884a41)
- Avoid unnecessary binaries from being included in the release - [`a1decd6`](https://github.com/buildzaku/zaku/commit/a1decd62d16fac27893655ab95894f286f884a41)

## 0.1.0

### Minor Changes

- feat(http): setup main layout and basic request functionality - [`2166dbe`](https://github.com/buildzaku/zaku/commit/2166dbeaa670aa99747bddf50ec1eaf243a46793)

- add ui primitives
- ability to pass query params and headers
- add code block to view raw and pretty response
- add preview tab for response
- resizable pane layout and dark/light theme
- update dependencies
- fix linting errors
- build app for all four major platforms & upload assets on release
- ability to force dispatch upload/reupload of assets
- format, lint and build app on pull requests
- add caching to speed up workflows
- Setup main layout and basic request functionality - [`2166dbe`](https://github.com/buildzaku/zaku/commit/2166dbeaa670aa99747bddf50ec1eaf243a46793)

- Add UI primitives
- Ability to pass query params and headers
- Add code block to view raw and pretty response
- Add preview tab for response
- Resizable pane layout and dark/light theme
- Update dependencies
- Fix linting errors
- Build app for all four major platforms & upload assets on release
- Ability to force dispatch upload/reupload of assets
- Format, lint and build app on pull requests
- Add caching to speed up workflows
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.1.1",
"version": "0.2.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.1.1
version: 0.2.0
summary: Fast, open-source API client with fangs
description: |
Fast, open-source API client with fangs
Expand Down
Loading

0 comments on commit 1b7fb03

Please sign in to comment.