Skip to content

Commit

Permalink
Merge pull request #360 from github0null/dev
Browse files Browse the repository at this point in the history
v3.18.2
  • Loading branch information
github0null authored Jul 30, 2024
2 parents 3250d1f + 034ad1e commit aff572a
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ All notable version changes will be recorded in this file.

***

### [v3.18.2] revision

**Fix**:
- `unify_builder`: Fix makefile dependence parser bugs. Update unify_builder to `v3.7.4`

***

### [v3.18.1] revision

**Fix**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"homepage": "https://em-ide.com",
"license": "MIT",
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
"version": "3.18.1",
"version": "3.18.2",
"preview": false,
"engines": {
"vscode": "^1.67.0"
Expand Down
4 changes: 2 additions & 2 deletions res/tools/darwin/unify_builder/arm64/unify_builder.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETCoreApp,Version=v6.0": {},
".NETCoreApp,Version=v6.0/osx-arm64": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"dependencies": {
"CommandLineParser": "2.9.1",
"ConsoleTableExt": "3.1.9",
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"libraries": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified res/tools/darwin/unify_builder/arm64/unify_builder.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions res/tools/darwin/unify_builder/x86_64/unify_builder.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETCoreApp,Version=v6.0": {},
".NETCoreApp,Version=v6.0/osx-x64": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"dependencies": {
"CommandLineParser": "2.9.1",
"ConsoleTableExt": "3.1.9",
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"libraries": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified res/tools/darwin/unify_builder/x86_64/unify_builder.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions res/tools/linux/unify_builder/unify_builder.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETCoreApp,Version=v6.0": {},
".NETCoreApp,Version=v6.0/linux-x64": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"dependencies": {
"CommandLineParser": "2.9.1",
"ConsoleTableExt": "3.1.9",
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"libraries": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified res/tools/linux/unify_builder/unify_builder.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions res/tools/win32/unify_builder/unify_builder.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETCoreApp,Version=v6.0": {},
".NETCoreApp,Version=v6.0/win-x64": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"dependencies": {
"CommandLineParser": "2.9.1",
"ConsoleTableExt": "3.1.9",
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"libraries": {
"unify_builder/3.7.3": {
"unify_builder/3.7.4": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified res/tools/win32/unify_builder/unify_builder.dll
Binary file not shown.
Binary file modified res/tools/win32/unify_builder/unify_builder.exe
Binary file not shown.
Binary file added res/tools/win32/unify_builder/unify_builder.zip
Binary file not shown.

0 comments on commit aff572a

Please sign in to comment.