Releases: Open-CMSIS-Pack/gen-pack
Releases · Open-CMSIS-Pack/gen-pack
Pre-release 0.11.1
- Fix changelog generation for pre-releases and recreating old releases (#67)
Pre-release 0.11.0
- Add
PACK_CHECKSUM_EXCLUDE
to exclude files from checksum file. (#63)
Pre-release 0.10.0
Pre-release 0.9.0
Pre-release 0.8.0
- Fix version sorting in git_changelog (c8a5ef3)
- Enhance diagnosis message when pack folder is not found (#25)
- Fix find_doxygen utility function (d02d5b5)
- Enhance archive/unarchive capabilities (27feb09)
- Allow copy dirs/files from outside folder (21c2afd)
- Enhance documentation and error reporting (ad43fab)
Pre-release 0.6.0
- Mov execution of
postprocess
before checking phase. - Add colored log output.
- Retain the changelog in PDSC file template for devdrop versions.
- Add setting
PACK_CHANGELOG_MODE
to configure changelog generation. - Fix
delete_files
to delete folders without warnings. - Fix
git_describe
to create SemVer compliant to PACK.xsd. - Fix issue with whitespace in file/folder names for
find_utility
.
Pre-release 0.5.0
- Add diagnosis message to
find_ghcli
if login is required. - Add fetch/include of
.psdc
package requirements for packchk. - Introduce
PACKCHK_DEPS
to specify additional.pdsc
dependencies for packchk.
Pre-release 0.4.0
- Add
preprocess
andpostprocess
hooks - Add
--[no-]preprocess
command line flag - Add
--[no-]postprocess
command line flag
Pre-release 0.3.0
- Enhance
check_schema
with additional schema retrieval fallbacks - Add
--verbose
command line flag andecho_v
for verbose messages - Add utility function
curl_download
Pre-release 0.2.2
- Add generic
find_utility
- Add
find_doxygen
- Add
check_link
timeout parameter