Skip to content

Commit 2854019

Browse files
committed
updated version
1 parent 99f126f commit 2854019

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

packages/fula_client/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2026-01-11
9+
10+
### Added
11+
12+
- GitHub Actions CI workflow for automated testing
13+
- GitHub Actions release workflow for publishing to pub.dev and npm
14+
- iOS XCFramework support for device and simulator builds
15+
16+
### Changed
17+
18+
- Switched from parking_lot to tokio::sync for async-safe locks
19+
- Made async runtime conditional: tokio on native, async-lock on WASM
20+
- Updated iOS podspec to use XCFramework instead of static library
21+
- Improved flutter_rust_bridge compatibility with anyhow::Result
22+
23+
### Fixed
24+
25+
- WASM build now compiles correctly without tokio OS-specific dependencies
26+
- Android namespace updated from fula_flutter to fula_client
27+
- Fixed flutter_rust_bridge codegen configuration
28+
829
## [0.2.0] - 2026-01-10
930

1031
### Added

packages/fula_client/ios/fula_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'fula_client'
10-
s.version = '0.2.0'
10+
s.version = '0.2.1'
1111
s.summary = 'Flutter SDK for Fula decentralized storage'
1212
s.description = <<-DESC
1313
A Flutter plugin providing client-side encryption, metadata privacy,

packages/fula_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fula_client
22
description: Flutter SDK for Fula decentralized storage with client-side encryption, metadata privacy, and secure sharing.
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: https://fx.land
55
repository: https://github.com/functionland/fula-api
66
issue_tracker: https://github.com/functionland/fula-api/issues

0 commit comments

Comments
 (0)