diff --git a/CHANGELOG.md b/CHANGELOG.md index eb07a978..0c337c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.1.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.7...v5.1.0) (2022-03-30) + + +### Features + +* verify `--from` and `--to` parameters to be valid git pointer ([#248](https://github.com/scolladon/sfdx-git-delta/issues/248)) ([6c8accc](https://github.com/scolladon/sfdx-git-delta/commit/6c8accc8adfaaaf76c0ed298a14a3feb7de5ecd8)) + + +### Bug Fixes + +* use more robust comparison for package.xml generation ([#279](https://github.com/scolladon/sfdx-git-delta/issues/279)) ([f028375](https://github.com/scolladon/sfdx-git-delta/commit/f0283753fc0fbcfec7c242f40913515aea306466)) + ### [5.0.7](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.6...v5.0.7) (2022-03-29) diff --git a/README.md b/README.md index eb7fba3c..b294b5c4 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ OPTIONS this command invocation ``` -_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.0.7/src/commands/sgd/source/delta.ts)_ +_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.1.0/src/commands/sgd/source/delta.ts)_ diff --git a/package.json b/package.json index 11a0e383..3c919788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.0.7", + "version": "5.1.0", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",