Skip to content

Commit 2ccfb36

Browse files
authored
chore: release
1 parent fd822a9 commit 2ccfb36

File tree

9 files changed

+63
-8
lines changed

9 files changed

+63
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.0.2](https://github.com/Bli-AIk/souprune/compare/interoptopus_backend_haxe-v0.0.1...interoptopus_backend_haxe-v0.0.2) - 2026-03-02
11+
12+
### Refactor
13+
14+
- [**breaking**] upgrade to Bevy 0.18 ([#66](https://github.com/Bli-AIk/souprune/pull/66))
15+
- refactor!(view): adopt FRE-driven reconciliation view system ([#58](https://github.com/Bli-AIk/souprune/pull/58))

crates/interoptopus_backend_haxe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interoptopus_backend_haxe"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55
description = "Haxe (hxcpp) backend for Interoptopus FFI bindings generator"
66
license = "MIT OR Apache-2.0"

crates/souprune/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0](https://github.com/Bli-AIk/souprune/compare/souprune-v0.5.1...souprune-v0.6.0) - 2026-03-02
11+
12+
### Added
13+
14+
- Add Android platform support with touch controls and build pipeline ([#73](https://github.com/Bli-AIk/souprune/pull/73))
15+
- [**breaking**] Implement comprehensive dialogue system and restructure project layout ([#71](https://github.com/Bli-AIk/souprune/pull/71))
16+
- Integrate cargo-deny and optimize CI pipeline ([#59](https://github.com/Bli-AIk/souprune/pull/59))
17+
- [**breaking**] integrate Fact-Rule-Event system into battle and debug tools ([#45](https://github.com/Bli-AIk/souprune/pull/45))
18+
- [**breaking**] Unified Interactive View & Data-Driven Input System ([#44](https://github.com/Bli-AIk/souprune/pull/44))
19+
- *(battle)* Add Tween View Element Animation System ([#43](https://github.com/Bli-AIk/souprune/pull/43))
20+
- add ModifyViewElement command & refactor ui to view ([#41](https://github.com/Bli-AIk/souprune/pull/41))
21+
22+
### Other
23+
24+
- [**breaking**] view interaction system and generic sequence engine (breaking) ([#67](https://github.com/Bli-AIk/souprune/pull/67))
25+
26+
### Refactor
27+
28+
- sequence-driven architecture with dynamic modes and extensible dispatch ([#75](https://github.com/Bli-AIk/souprune/pull/75))
29+
- [**breaking**] upgrade to Bevy 0.18 ([#66](https://github.com/Bli-AIk/souprune/pull/66))
30+
- [**breaking**] migrate HP bar to generic ShaderMaterial and introduce DynamicMaterial2d ([#65](https://github.com/Bli-AIk/souprune/pull/65))
31+
- *(view)* replace evalexpr with fasteval for expression evaluation ([#63](https://github.com/Bli-AIk/souprune/pull/63))
32+
- refactor!(view): adopt FRE-driven reconciliation view system ([#58](https://github.com/Bli-AIk/souprune/pull/58))
33+
- [**breaking**] Remove hardcoded paths and introduce unified Visual system ([#47](https://github.com/Bli-AIk/souprune/pull/47))
34+
- replace debug visualizers with Gizmos & simplify core logic ([#46](https://github.com/Bli-AIk/souprune/pull/46))
35+
- Replace bevy_smud with custom SDF rendering ([#42](https://github.com/Bli-AIk/souprune/pull/42))
36+
- Refactor RON backends to separate schema from logic ([#40](https://github.com/Bli-AIk/souprune/pull/40))
37+
1038
## [0.5.0](https://github.com/Bli-AIk/souprune/releases/tag/souprune-v0.5.0) - 2026-01-27
1139

1240
### Added

crates/souprune/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "souprune"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2024"
55
authors = ["Bli-AIk <haikun2333@gmail.com>"]
66
license = "LGPL-3.0-or-later"

crates/souprune_api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ 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

88
## [Unreleased]
9+
10+
## [0.1.2](https://github.com/Bli-AIk/souprune/compare/souprune_api-v0.1.1...souprune_api-v0.1.2) - 2026-03-02
11+
12+
### Miscellaneous Tasks
13+
14+
- update Cargo.lock dependencies

crates/souprune_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "souprune_api"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
description = "FFI API definitions for SoupRune game framework"
66
license = "LGPL-3.0-or-later"

crates/souprune_sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/Bli-AIk/souprune/compare/souprune_sdk-v0.1.1...souprune_sdk-v0.1.2) - 2026-03-02
11+
12+
### Added
13+
14+
- Add Android platform support with touch controls and build pipeline ([#73](https://github.com/Bli-AIk/souprune/pull/73))
15+
1016
## [0.1.0](https://github.com/Bli-AIk/souprune/releases/tag/souprune_sdk-v0.1.0) - 2026-01-27
1117

1218
### Added

crates/souprune_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "souprune_sdk"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
description = "Modding SDK for SoupRune game framework"
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)