-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from essentialkaos/develop
Version 0.0.3
- Loading branch information
Showing
5 changed files
with
235 additions
and
27 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
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
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
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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: Dead simple tool for working with paths | ||
Name: path | ||
Version: 0.0.2 | ||
Version: 0.0.3 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: Apache License, Version 2.0 | ||
|
@@ -101,6 +101,13 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Tue May 16 2023 Anton Novojilov <[email protected]> - 0.0.3-0 | ||
- Added add-prefix command | ||
- Added remove-prefix command | ||
- Added add-suffix command | ||
- Added remove-suffix command | ||
- Added exclude command | ||
|
||
* Mon May 15 2023 Anton Novojilov <[email protected]> - 0.0.2-0 | ||
- Added join command | ||
- Custom version info formats support | ||
|