Bump version to 1.0.1 and add changelog.

This commit is contained in:
László Monda
2018-01-25 23:41:33 +01:00
parent c09030233e
commit 924f0eb186
2 changed files with 14 additions and 1 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [1.0.1] - 2018-01-25
- Disable NMI pin. Set LPBOOT flag to 1.
## [1.0.0] - 2017-11-18
- First release

View File

@@ -62,7 +62,7 @@ enum _target_version_constants
kTarget_Version_Name = 'T', kTarget_Version_Name = 'T',
kTarget_Version_Major = 1, kTarget_Version_Major = 1,
kTarget_Version_Minor = 0, kTarget_Version_Minor = 0,
kTarget_Version_Bugfix = 0, kTarget_Version_Bugfix = 1,
}; };
#endif // __TARGET_CONFIG_H__ #endif // __TARGET_CONFIG_H__