Skip to content

Commit a361aa5

Browse files
committed
chore: bump Pineapple to v0.2.8
1 parent e2177ea commit a361aa5

9 files changed

Lines changed: 22 additions & 21 deletions

apple/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.7"
1+
__version__ = "0.2.8"

pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_PINEAPPLE_VERSION": "0.2.7",
2+
"_PINEAPPLE_VERSION": "0.2.8",
33
"_PINEAPPLE_CREATE_TIME": "2026-04-18T11:51:21Z",
44
"pipeline_config": {
55
"operators": {

testdata/e2e_apple_dsl.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"_PINEAPPLE_VERSION": "0.2.7",
3-
"_PINEAPPLE_CREATE_TIME": "2026-04-20T06:27:41Z",
2+
"_PINEAPPLE_VERSION": "0.2.8",
3+
"_PINEAPPLE_CREATE_TIME": "2026-04-20T06:28:07Z",
44
"pipeline_config": {
55
"operators": {
6-
"recall_static_C29022": {
6+
"recall_static_B95D60": {
77
"type_name": "recall_static",
88
"$metadata": {
99
"common_input": [],
@@ -14,7 +14,7 @@
1414
"item_price"
1515
]
1616
},
17-
"$code_info": "/Users/liam/git-dev-athome/awaken/pineapple/apple/flow.py:68 in op_caller(): .recall_static(...)",
17+
"$code_info": "/Users/liam/Documents/git-dev/awaken/pineapple/apple/tests/test_e2e.py:182 in test_go_engine_executes_dsl_json(): .recall_static(...)",
1818
"recall": true,
1919
"items": [
2020
{
@@ -31,7 +31,7 @@
3131
}
3232
]
3333
},
34-
"transform_by_lua_7E046E": {
34+
"transform_by_lua_59A408": {
3535
"type_name": "transform_by_lua",
3636
"$metadata": {
3737
"common_input": [
@@ -45,9 +45,10 @@
4545
"item_final_price"
4646
]
4747
},
48-
"$code_info": "/Users/liam/git-dev-athome/awaken/pineapple/apple/flow.py:68 in op_caller(): .transform_by_lua(...)",
49-
"lua_script": "function f()\n if user_age < 18 then return item_price * 0.8 else return item_price end\nend",
50-
"function_for_item": "f"
48+
"$code_info": "/Users/liam/Documents/git-dev/awaken/pineapple/apple/tests/test_e2e.py:191 in test_go_engine_executes_dsl_json(): .transform_by_lua(...)",
49+
"lua_script": "function f()\n if user_age < 18 then\n return item_price * 0.8\n else\n return item_price\n end\nend",
50+
"function_for_item": "f",
51+
"function_for_common": ""
5152
},
5253
"reorder_sort_0A5548": {
5354
"type_name": "reorder_sort",
@@ -65,10 +66,10 @@
6566
}
6667
},
6768
"pipeline_map": {
68-
"_main_e2e_demo": {
69+
"_main_apple_e2e": {
6970
"pipeline": [
70-
"recall_static_C29022",
71-
"transform_by_lua_7E046E",
71+
"recall_static_B95D60",
72+
"transform_by_lua_59A408",
7273
"reorder_sort_0A5548"
7374
]
7475
}
@@ -77,7 +78,7 @@
7778
"pipeline_group": {
7879
"main": {
7980
"pipeline": [
80-
"_main_e2e_demo"
81+
"_main_apple_e2e"
8182
]
8283
}
8384
},
@@ -92,4 +93,4 @@
9293
"item_final_price"
9394
]
9495
}
95-
}
96+
}

testdata/e2e_full_pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_PINEAPPLE_VERSION": "0.2.7",
2+
"_PINEAPPLE_VERSION": "0.2.8",
33
"_PINEAPPLE_CREATE_TIME": "2026-04-17T00:00:00Z",
44
"pipeline_config": {
55
"operators": {

testdata/e2e_lua_pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_PINEAPPLE_VERSION": "0.2.7",
2+
"_PINEAPPLE_VERSION": "0.2.8",
33
"_PINEAPPLE_CREATE_TIME": "2026-04-17T00:00:00Z",
44
"pipeline_config": {
55
"operators": {

testdata/minimal_valid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_PINEAPPLE_VERSION": "0.2.7",
2+
"_PINEAPPLE_VERSION": "0.2.8",
33
"_PINEAPPLE_CREATE_TIME": "2026-04-17 10:00:00",
44
"pipeline_config": {
55
"operators": {

testdata/recall_merge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_PINEAPPLE_VERSION": "0.2.7",
2+
"_PINEAPPLE_VERSION": "0.2.8",
33
"_PINEAPPLE_CREATE_TIME": "2026-04-17 10:00:00",
44
"pipeline_config": {
55
"operators": {

testdata/skip_branch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_PINEAPPLE_VERSION": "0.2.7",
2+
"_PINEAPPLE_VERSION": "0.2.8",
33
"pipeline_config": {
44
"operators": {
55
"_ctrl_1_A1": {

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package pine
22

33
// Version is the Pineapple engine version, embedded in every compiled JSON config.
44
// This is the single source of truth — all Go code should reference this constant.
5-
const Version = "0.2.7"
5+
const Version = "0.2.8"

0 commit comments

Comments
 (0)