-
Notifications
You must be signed in to change notification settings - Fork 217
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
Showing
10 changed files
with
14 additions
and
14 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package version | ||
|
||
// STRING is the current Miller major/minor/patch version as a single string. | ||
var STRING string = "6.0.0-rc1" | ||
var STRING string = "6.0.0" |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Name: miller | |
Version: 6.0.0 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Source: https://github.com/johnkerl/miller/releases/download/%{version}/mlr-%{version}.tar.gz | ||
Source: https://github.com/johnkerl/miller/releases/download/%{version}/miller-%{version}.tar.gz | ||
URL: https://miller.readthedocs.io | ||
# gcc for cgo transitive dependency | ||
BuildRequires: golang | ||
|
@@ -36,7 +36,7 @@ make install | |
%{_mandir}/man1/mlr.1* | ||
|
||
%changelog | ||
* Has not happened yet John Kerl <[email protected]> - 6.0.0-1 | ||
* Sun Jan 9 2022 John Kerl <[email protected]> - 6.0.0-1 | ||
- 6.0.0 release | ||
|
||
* Tue Mar 23 2021 John Kerl <[email protected]> - 5.10.2-1 | ||
|