diff --git a/apps/sparo/CHANGELOG.json b/apps/sparo/CHANGELOG.json index a69cef4..7f3ea14 100644 --- a/apps/sparo/CHANGELOG.json +++ b/apps/sparo/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "sparo", "entries": [ + { + "version": "1.5.0", + "tag": "sparo_v1.5.0", + "date": "Mon, 15 Jul 2024 18:00:28 GMT", + "comments": { + "none": [ + { + "comment": "Automatically set up recommended git configuration even when performing a full clone" + }, + { + "comment": "\"sparo fetch\" behaves the same as \"git fetch\" when no remote or no branches specified" + }, + { + "comment": "Print error message and exit when git pull fails" + } + ] + } + }, { "version": "1.4.0", "tag": "sparo_v1.4.0", diff --git a/apps/sparo/CHANGELOG.md b/apps/sparo/CHANGELOG.md index 7cf6251..1edb9bb 100644 --- a/apps/sparo/CHANGELOG.md +++ b/apps/sparo/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - sparo -This log was last generated on Tue, 02 Jul 2024 18:03:52 GMT and should not be manually modified. +This log was last generated on Mon, 15 Jul 2024 18:00:28 GMT and should not be manually modified. + +## 1.5.0 +Mon, 15 Jul 2024 18:00:28 GMT + +### Updates + +- Automatically set up recommended git configuration even when performing a full clone +- "sparo fetch" behaves the same as "git fetch" when no remote or no branches specified +- Print error message and exit when git pull fails ## 1.4.0 Tue, 02 Jul 2024 18:03:52 GMT diff --git a/common/changes/sparo/feat-clone-full_2024-07-11-21-24.json b/common/changes/sparo/feat-clone-full_2024-07-11-21-24.json deleted file mode 100644 index 87241f5..0000000 --- a/common/changes/sparo/feat-clone-full_2024-07-11-21-24.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "Automatically set up recommended git configuration even when performing a full clone", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file diff --git a/common/changes/sparo/feat-fetch-behavior_2024-07-11-22-08.json b/common/changes/sparo/feat-fetch-behavior_2024-07-11-22-08.json deleted file mode 100644 index 3b6eac0..0000000 --- a/common/changes/sparo/feat-fetch-behavior_2024-07-11-22-08.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "\"sparo fetch\" behaves the same as \"git fetch\" when no remote or no branches specified", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file diff --git a/common/changes/sparo/fix-failed-pull_2024-07-11-21-41.json b/common/changes/sparo/fix-failed-pull_2024-07-11-21-41.json deleted file mode 100644 index 768b081..0000000 --- a/common/changes/sparo/fix-failed-pull_2024-07-11-21-41.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "Print error message and exit when git pull fails", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file