Skip to content

Commit 1fa9163

Browse files
committed
version 0.3.3
1 parent 78f81c9 commit 1fa9163

File tree

8 files changed

+21
-11
lines changed

8 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.3] - 2025-08-20
6+
7+
### Added
8+
9+
- **Self-hosted relay server**: [#8](https://github.com/enbop/fungi/pull/8) Now you can simply use `fungi relay -p ${SERVER_PUBLIC_IP}` to start a self-hosted relay server.
10+
11+
### Fixed
12+
13+
- Relay could not be used in the Desktop GUI.
14+
515
## [0.3.2] - 2025-08-19
616

717
### Added

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fungi-config"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fungi-daemon"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fungi-swarm"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fungi-util"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

flutter_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.3.2
19+
version: 0.3.3
2020

2121
environment:
2222
sdk: ^3.8.1

fungi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fungi"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55
default-run = "fungi"
66

0 commit comments

Comments
 (0)