version v1.1.0

This commit is contained in:
Brendan Moran 2015-12-18 09:19:20 -08:00
parent 928e1aa596
commit 84cfc737bb
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
## 1.1.0
* Add support for building individual modules with code coverage
## 1.0.0
* Switch on C++11 compilation by default. This is technically a breaking
change, but the mbed-OS modules themselves have been patched so that they
@ -26,5 +29,3 @@
## 0.0.14
For this and prior releases, no changes were tracked. Please see the git
history

View File

@ -1,6 +1,6 @@
{
"name": "mbed-gcc",
"version": "1.0.0",
"version": "1.1.0",
"description": "base mbed build target for gcc toolchain",
"licenses": [
{
@ -33,5 +33,7 @@
}
},
"toolchain": "CMake/toolchain.cmake",
"cmakeIncludes": ["coverage/coverage.cmake"]
"cmakeIncludes": [
"coverage/coverage.cmake"
]
}