Releases: Open-CMSIS-Pack/cpackget
Releases · Open-CMSIS-Pack/cpackget
v1.0.0
What's Changed
- [cpackget] fixing root_test module by @thorstendb-ARM in #179
- [cpackget] Debug log level not working on some commands #131 by @thorstendb-ARM in #181
- Use keil.com/pack/ as default address to fetch PDSC files by @thorstendb-ARM in #183
- [cpackget] If PDSC file is no longer listed in index.pidx, it shall be removed from .Web folder by @thorstendb-ARM in #184
- [cpackget] touch pack.idx after init command by @thorstendb-ARM in #185
- [cpackget] update-index: added option "-a" to download all missing PDSC files that are listed in index.pidx by @thorstendb-ARM in #186
- Add CodeCov to workflow by @JonatanAntoni in #189
- [cpackget] Encoded progress, when tool is called from other tools by @thorstendb-ARM in #188
- [cpackget] refined --skip-touch option by @thorstendb-ARM in #190
- [cpackget] added: total number of files found in index.pidx by @thorstendb-ARM in #191
- [cpackget] by @thorstendb-ARM in #192
Full Changelog: v0.9.4...v1.0.0
v1.0.0-dev3
What's Changed
- [cpackget] added: total number of files found in index.pidx by @thorstendb-ARM in #191
Full Changelog: v1.0.0-dev2...v1.0.0-dev3
v1.0.0-dev2
What's Changed
- [cpackget] refined --skip-touch option by @thorstendb-ARM in #190
Full Changelog: v1.0.0-dev1...v1.0.0-dev2
v1.0.0-dev1
What's Changed
- [cpackget] fixing root_test module by @thorstendb-ARM in #179
- [cpackget] Debug log level not working on some commands #131 by @thorstendb-ARM in #181
- Use keil.com/pack/ as default address to fetch PDSC files by @thorstendb-ARM in #183
- [cpackget] If PDSC file is no longer listed in index.pidx, it shall be removed from .Web folder by @thorstendb-ARM in #184
- [cpackget] touch pack.idx after init command by @thorstendb-ARM in #185
- [cpackget] update-index: added option "-a" to download all missing PDSC files that are listed in index.pidx by @thorstendb-ARM in #186
- Add CodeCov to workflow by @JonatanAntoni in #189
- [cpackget] Encoded progress, when tool is called from other tools by @thorstendb-ARM in #188
Full Changelog: v0.9.4...v1.0.0-dev1
v0.9.4
What's Changed
- [cpackget] MacOS tests failing #150 by @thorstendb-ARM in #177
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Run workflows on dependency updates by @JonatanAntoni in #162
- build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #161
- Update workflows to read Go version from mod file by @JonatanAntoni in #164
- [cpackget] cpackget add -f packlist.txt throws an error when the file is empty by @thorstendb-ARM in #160
- [cpackget] cpackget fails to install pack: STMicroelectronics.stm32u5xx_hal_drivers.2.0.0-alpha.1.1 (regression in version 0.9.2 vs. 0.9.0) #158 by @thorstendb-ARM in #165
- build(deps): bump github.com/cloudflare/circl from 1.3.0 to 1.3.3 by @dependabot in #172
- added --skip-touch flag to not touch pack.idx by @bgn42 in #171
- Disable "rand.Seed has been deprecated" lint warning by @JonatanAntoni in #173
- [cpackget] Installing a local pack that does not exist triggers error message twice #151 by @thorstendb-ARM in #167
- [cpackget] add -f packs.txt: does not check if the required/dependent pack is installed already #169 by @thorstendb-ARM in #175
New Contributors
- @dependabot made their first contribution in #161
- @thorstendb-ARM made their first contribution in #160
- @bgn42 made their first contribution in #171
Full Changelog: v0.9.2...v0.9.3
v0.9.2
This v0.9.2 release contains:
New features:
- Go upgraded to 1.20
Bug fixes:
- Install latest available version for pack dependencies if possible
- Use modern version notation when referring to pack dependencies
- Update copyright year
v0.9.1
This v0.9.1 release contains:
New features:
- Install a pack's required packages by default
cpackget list required
to list installed packages with dependencies and their status
Bug fixes:
- Don't set
pack.idx
as read-only - Fix pack name checking when installing, according to the current specification
v0.9.0
This v0.9.0 release contains:
New features:
- Update to Go 1.19
Bug fixes:
- Fix concurrent pack installation when the number of packs is smaller than the set concurrency
- Fix progress bar repeatedly getting printed, setting it below the info message as not to break it when resizing
- Fix signature field version checking (for signature-create and signature-verify)
v0.8.5
This v0.8.5 release contains:
New features:
- Don't fetch PDSC files from locally sourced packs
Bug fixes:
- Fix version handling on signature creation/verification