Skip to content

Commit fa037ad

Browse files
committed
Pull request #12: Update version number and changelog.
Merge in MCU16CE/pic24-dspic-can-canfd-bootloader from ~C12109/pic24-dspic-can-canfd-bootloader:bugfix/CC16BOOT-1237-issues-report-on-can-demo_update_version to develop * commit '6057016e6d6385279e15c7505544d85bb6e6d277': Update version number and changelog.
2 parents 2dd0360 + 6057016 commit fa037ad

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.main-meta/main.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"metaDataVersion":"1.0.0",
2+
"metaDataVersion":"1.0.1",
33
"category":"com.microchip.ide.project",
44
"content":{
5-
"metaDataVersion":"1.0.0",
5+
"metaDataVersion":"1.0.1",
66
"name":"com.microchip.mplabx.project.pic24-dspic-can-canfd-bootloader",
7-
"version":"1.0.0",
7+
"version":"1.0.1",
88
"displayName":"PIC24/dsPIC CAN/CAN-FD Bootloader",
99
"projectName":"pic24-dspic-can-canfd-bootloader",
1010
"shortDescription":"CAN and CAN-FD bootloader example using the ISO-15765-2 CAN transport layer for the PIC24 and dsPIC product lines.",
@@ -25,10 +25,10 @@
2525
"semverRange": ">=4.0.1"
2626
},
2727
"device":{
28-
"metaDataVersion":"1.0.0",
28+
"metaDataVersion":"1.0.1",
2929
"category":"com.microchip.portal.contentRef",
3030
"content":{
31-
"metaDataVersion":"1.0.0",
31+
"metaDataVersion":"1.0.1",
3232
"category":"com.microchip.device",
3333
"name":"dsPIC33CK256MP508",
3434
"versionRange":"*"

changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.0
1+
# PIC24/dsPIC CAN / CAN-FD Bootloader Firmware v1.0.1
22
### Release Highlights
3+
v1.0.1
4+
Bug fixes to use externally released MCC modules rather than internal builds. The previous version would give import warnings to user due to it being unable to find the specified version.
35

6+
v1.0.0
47
CAN and CAN-FD bootloader firmware
58
Requires Unified Bootloader Host Application 1.17.0
69

710
### Features Added\Updated
811

9-
Initial Release
12+
Bug fixes to use externally released MCC modules rather than internal builds. The previous version would give import warnings to user due to it being unable to find the specified version.

0 commit comments

Comments
 (0)