File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 55 - family-names : Doiel
66 given-names : Robert
77 orcid : https://orcid.org/0000-0003-0900-6903
8- version : 1.0.5-dev
8+ version : 1.0.5
99title : datatools
10- date-released : 2022-01-27
10+ date-released : 2022-05-11
Original file line number Diff line number Diff line change 66 "codeRepository" : " https://github.com/caltechlibrary/datatools" ,
77 "issueTracker" : " https://github.com/caltechlibrary/datatools/issues" ,
88 "license" : " https://data.caltech.edu/license" ,
9- "version" : " 1.0.5-dev " ,
9+ "version" : " 1.0.5" ,
1010 "author" : [
1111 {
1212 "@type" : " Person" ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ go build -o bin\mergepath.exe cmd\mergepath\mergepath.exe
2828go build -o bin\range.exe cmd\range\range.exe
2929go build -o bin\reldate.exe cmd\reldate\reldate.exe
3030go build -o bin\string.exe cmd\string\string.exe
31+ go build -o bin\tab2csv.exe cmd\tab2csv\tab2csv.exe
3132go build -o bin\timefmt.exe cmd\timefmt\timefmt.exe
3233go build -o bin\toml2json.exe cmd\toml2json\toml2json.exe
3334go build -o bin\urlparse.exe cmd\urlparse\urlparse.exe
@@ -56,6 +57,7 @@ bin\mergepath.exe -version
5657bin\range.exe -version
5758bin\reldate.exe -version
5859bin\string.exe -version
60+ bin\tab2csv.exe -version
5961bin\timefmt.exe -version
6062bin\toml2json.exe -version
6163bin\urlparse.exe -version
Original file line number Diff line number Diff line change 11name : datatools # Caltech Library Datatools
22base : core20 # the base snap is the execution environment for this snap
3- version : ' 1.0.5-dev ' # Development semver
3+ version : ' 1.0.5' # Development semver
44summary : Command line tools for processing text data files
55description : |
66 A set of command line tools for working with CSV, Excel Workbooks,
77 JSON and structured text documents.
88license : BSD-3-Clause
9- grade : devel # must be 'stable' to release into candidate/stable channels
10- confinement : devmode # use 'strict' once you have the right plugs and slots
9+ grade : stable # must be 'stable' to release into candidate/stable channels
10+ confinement : strict # use 'strict' once you have the right plugs and slots
1111
1212apps :
1313 codemeta2cff :
Original file line number Diff line number Diff line change 11package datatools
22
3- const Version = "1.0.5-dev "
3+ const Version = "1.0.5"
44
You can’t perform that action at this time.
0 commit comments