-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7bc208
commit 514df9d
Showing
5 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 45drives-tools 3.0.4-1 | ||
## 45drives-tools 3.0.5-1 | ||
|
||
* Overhaul bash scripts for UBM | ||
* Add more ubm helper functions/tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "45drives-tools", | ||
"title": "45drives-tools", | ||
"prerelease": true, | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"buildVersion": "1", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/tools", | ||
|
@@ -65,7 +65,7 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": null, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,8 @@ fi | |
/usr/lib/udev/rules.d/* | ||
|
||
%changelog | ||
* Fri Dec 08 2023 Joshua Boudreau <[email protected]> 3.0.5-1 | ||
- Add more ubm helper functions/tools | ||
* Fri Dec 08 2023 Joshua Boudreau <[email protected]> 3.0.4-1 | ||
- Overhaul bash scripts for UBM | ||
* Thu Dec 07 2023 Joshua Boudreau <[email protected]> 3.0.3-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,8 @@ fi | |
/usr/lib/udev/rules.d/* | ||
|
||
%changelog | ||
* Fri Dec 08 2023 Joshua Boudreau <[email protected]> 3.0.5-1 | ||
- Add more ubm helper functions/tools | ||
* Fri Dec 08 2023 Joshua Boudreau <[email protected]> 3.0.4-1 | ||
- Overhaul bash scripts for UBM | ||
* Thu Dec 07 2023 Joshua Boudreau <[email protected]> 3.0.3-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
45drives-tools (3.0.5-1focal) focal; urgency=medium | ||
|
||
* Add more ubm helper functions/tools | ||
|
||
-- Joshua Boudreau <[email protected]> Fri, 08 Dec 2023 14:03:22 -0400 | ||
|
||
45drives-tools (3.0.4-1focal) focal; urgency=medium | ||
|
||
* Overhaul bash scripts for UBM | ||
|