forked from Bakobiibizo/erasmus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
executable file
·51 lines (51 loc) · 1.77 KB
/
version.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"version": "0.4.0",
"last_updated": "2025-05-12T09:59:24.943003",
"changes": [
{
"description": "initial release",
"type": "patch",
"timestamp": "2025-04-06T16:09:49.062251"
},
{
"description": "Refactored to multi script project and added protocol manager and context manager to handle dyanmic context changes. Also implemented a packager to bundle the multiscript project into a single file installer.",
"type": "minor",
"timestamp": "2025-04-19T11:47:43.880230"
},
{
"description": "Bump minor, v0.2 release",
"type": "minor",
"timestamp": "2025-04-19T14:22:06.333355"
},
{
"description": "updated setup menu, added shell detectection and alias, updated packager menu, updated packager versioning, made xml sanatization less strict, updated packaging logic to preserve versions",
"type": "patch",
"timestamp": "2025-04-20T15:40:53.099310"
},
{
"description": "updated erasmus main menu styling, refactored packager context to conform to styling guides and reduce complexity, updated the default context templating and pathing",
"type": "patch",
"timestamp": "2025-04-21T18:40:11.061207"
},
{
"description": "reverted back to markdown for ctx files ",
"type": "minor",
"timestamp": "2025-05-02T23:54:29.314382"
},
{
"description": "refactored protocol handling",
"type": "patch",
"timestamp": "2025-05-04T15:21:06.360629"
},
{
"description": "updated readme",
"type": "patch",
"timestamp": "2025-05-04T16:09:03.362051"
},
{
"description": "added mcp server functionality and refacotred the bundler",
"type": "minor",
"timestamp": "2025-05-12T09:59:24.943003"
}
]
}