Skip to content

Commit 1a8f804

Browse files
chore(main): release 0.4.5 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b34cc42 commit 1a8f804

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.4"
2+
".": "0.4.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.5](https://github.com/ApocDev/pyops/compare/v0.4.4...v0.4.5) (2026-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **app:** return an empty icon manifest before the first data sync ([#65](https://github.com/ApocDev/pyops/issues/65)) ([b34cc42](https://github.com/ApocDev/pyops/commit/b34cc4226f37f9c1f9e32e5c84dcb4f6592f90bf))
9+
310
## [0.4.4](https://github.com/ApocDev/pyops/compare/v0.4.3...v0.4.4) (2026-07-01)
411

512

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"private": true,
55
"type": "module",
66
"imports": {

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "PyOps",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"identifier": "com.apocdev.pyops",
66
"build": {
77
"beforeDevCommand": "PORT=34115 HOST=127.0.0.1 node .output/server/index.mjs",

mod/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyops",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"title": "PyOps",
55
"author": "ApocDev",
66
"factorio_version": "2.0",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.4
1+
0.4.5

0 commit comments

Comments
 (0)