Skip to content

Commit

Permalink
update Release Note in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mymichu committed Jan 7, 2021
1 parent 3601c64 commit 38aa925
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ For example:
"name":"linux",
"conanFile": "${workspaceFolder}/conanfile.py",
"profile":"clang-linux-debug",
"installArg": "--build missing -if install",
"buildArg":"-bf install",
"createUser": "disroop",
"createChannel": "development",
"createArg":"--build=missing"
},
{
"name":"linux-2",
"conanFile": "${workspaceFolder}/conanfile.py",
"profileBuild":"clang-linux-release",
"profileHost":"clang-linux-debug",
"installArg": "--build missing",
"buildArg":"",
"createUser": "disroop",
Expand Down Expand Up @@ -77,12 +88,23 @@ For example:
"conanWs": "${workspaceFolder}/conan-ws",
"profile":"arm-cortex-m4-release",
"arg": "--build missing"
},
{
"name":"ws-arm-2",
"conanWs": "${workspaceFolder}/conan-ws",
"profileBuild":"clang-linux-debug",
"profileHost":"arm-cortex-m4-release",
"arg": "--build missing"
}
]
}
```

## Release Notes
### 0.6.0
- Add Profile Build and Profile Host functionality
- Default install and build folder can be overwritten in InstallArg and BuildArg

### 0.5.1
- Fix information dialog view count of builds

Expand Down

0 comments on commit 38aa925

Please sign in to comment.