Skip to content

Commit

Permalink
Merge pull request #301 from crabnebula-dev/release-plz-2024-05-29T12…
Browse files Browse the repository at this point in the history
…-20-38Z

chore: release v0.3.2
  • Loading branch information
lucasfernog-crabnebula authored May 29, 2024
2 parents 8d4fd0b + e714b1a commit 7c4a37e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.0-dev webkit2gtk-4.1
- uses: Swatinem/rust-cache@v2

- name: Run release-plz
- name: Run release-plz (devtools for Tauri v1)
uses: MarcoIeni/release-plz-action@v0.5
with:
project_manifest: crates/v1/crates/devtools/Cargo.toml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

- name: Run release-plz (devtools for Tauri v1)
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
project_manifest: crates/v1/crates/devtools/Cargo.toml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
4 changes: 2 additions & 2 deletions crates/v1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions crates/v1/crates/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.2](https://github.com/crabnebula-dev/devtools/compare/v0.3.1...v0.3.2) - 2024-05-29

### Fixed
- Fixed CORS issues
2 changes: 1 addition & 1 deletion crates/v1/crates/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "devtools"
authors = ["CrabNebula <hello@crabnebula.dev>"]
edition = "2021"
version = "0.3.1"
version = "0.3.2"
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
rust-version = "1.73.0"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7c4a37e

Please sign in to comment.