Skip to content

Commit

Permalink
Release 0.25.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer authored Nov 6, 2024
1 parent cb9705c commit 9d0ed25
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/alpha-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- name: Build service installer
run: npm run build:core

- name: Upload debug symbols
run: |
npx sentry-cli debug-files upload --include-sources --org levminer --project cores_tauri target/release/cores.pdb
- name: Get version
id: version
uses: notiz-dev/github-action-json-property@release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

247 changes: 245 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cores",
"version": "0.24.0",
"version": "0.25.0",
"description": "Modern hardware monitor for Windows.",
"author": "Levminer",
"license": "GPL-3.0",
Expand All @@ -21,6 +21,7 @@
"tauri": "tauri"
},
"devDependencies": {
"@sentry/cli": "^2.38.2",
"@tauri-apps/cli": "^2.0.4",
"cross-env": "^7.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion platforms/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cores"
version = "0.24.0"
version = "0.25.0"
description = "Cores - Modern hardware monitor for Windows"
authors = ["Lőrik Levente"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion platforms/windows/service/service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>CoresService</AssemblyName>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<PublishProfile>win10-x64.pubxml</PublishProfile>
<Version>0.24.0</Version>
<Version>0.25.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9d0ed25

Please sign in to comment.