Skip to content

Commit

Permalink
[cpackget] (#192)
Browse files Browse the repository at this point in the history
- updated copyright
- updated CHANGELOG.md
  • Loading branch information
thorstendb-ARM authored Jun 30, 2023
1 parent 316a369 commit 60cbbdb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# v1.0.0

This v1.0.0 release contains:

Bug fixes:
- Debug log level not working on some commands
- Use keil.com/pack/ as default address to fetch PDSC files, if index.pidx has been downloaded from keil.com/pack
- If PDSC file is no longer listed in index.pidx, it shall be removed from .Web folder
- touch pack.idx after init command
- refined --skip-touch option

New features:
- update-index: added option "-a" to download all missing PDSC files that are listed in index.pidx
- Encoded progress, when tool is called from other tools

# v0.9.4

This v0.9.4 release contains:

Bug fixes:
- MacOS tests failing

# v0.9.3

This v0.9.3 release contains:

Bug fixes:
- cpackget add -f packlist.txt throws an error when the file is empty
- Installing a local pack that does not exist triggers error message twice
- add -f packs.txt: does not check if the required/dependent pack is installed already

New features:
- added --skip-touch flag to not touch pack.idx

# v0.9.2

This v0.9.2 release contains:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Linaro
(C) 2021-2023 Linaro, 2023 Arm Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package main

var version string

const copyRight = "(C) 2022-2023 Linaro"
const copyRight = "(C) 2021-2023 Linaro, 2023 Arm Ltd."

0 comments on commit 60cbbdb

Please sign in to comment.