Skip to content

Commit

Permalink
DXE-4154 Update the changelog and version number for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
artbookspirit committed Aug 29, 2024
1 parent 7a152b7 commit 6756dce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# RELEASE NOTES

## X.X.X (X X, X)
## 1.6.0 (September 5, 2024)

### Enhancements
* Support to show the `Installed Version` of commands during `search`
* Removed commands and packages versions from `package-list.json`

* Added support to show the `Installed Version` of commands during `search`
* Updated the list of packages in `packages-list.json` ([GH#192](https://github.com/akamai/cli/issues/192))
* Removed versions of the packages from `package-list.json`
* Changed package installation order
* Cli will first check if new binaries are available, if the package has no binaries or no valid binaries can be found, it will build the package locally.
* Cli will first check if new binaries are available. If the package has no binaries or no valid
binaries can be found, it will build the package locally
* --force flag has been deprecated for both install and update
* Migrated to go 1.21
* Updated various dependencies
* Enabled uninstall command when binaries were not found

### Fixes

* Updated the versions, descriptions, requirements and packages of the dependencies in the `packages-list.json` ([GH#192](https://github.com/akamai/cli/issues/192))
* Fixed uninstalling of a command when binaries are not found

## 1.5.6 (January 22, 2024)

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/Masterminds/semver"

const (
// Version Application Version
Version = "1.5.6"
Version = "1.6.0"
// Equals p1==p2 in version.Compare(p1, p2)
Equals = 0
// Error failure parsing one of the parameters in version.Compare(p1, p2)
Expand Down

0 comments on commit 6756dce

Please sign in to comment.