Skip to content

Commit 55f5926

Browse files
chore(main): release 0.4.4 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fdc9800 commit 55f5926

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.3"
2+
".": "0.4.4"
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.4](https://github.com/ApocDev/pyops/compare/v0.4.3...v0.4.4) (2026-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **desktop:** use the built-in updater/process plugins (fixes the ACL dead end) ([#63](https://github.com/ApocDev/pyops/issues/63)) ([fdc9800](https://github.com/ApocDev/pyops/commit/fdc980072dd0dd6b92a30e67886c925612fe7a8d))
9+
310
## [0.4.3](https://github.com/ApocDev/pyops/compare/v0.4.2...v0.4.3) (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.3",
3+
"version": "0.4.4",
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.3"
3+
version = "0.4.4"
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.3",
4+
"version": "0.4.4",
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.3",
3+
"version": "0.4.4",
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.3
1+
0.4.4

0 commit comments

Comments
 (0)