File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v0.1.2
44
55- Add ` -u, --from-url ` support to pypi.org
6+ - Fix crash when github's hompage url is null when used with ` -u `
7+ - Add mention of ` GITHUB_TOKEN ` to usage
68
79## v0.1.1
810
Original file line number Diff line number Diff line change 11[package ]
22name = " nix-template"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Utility to generate common nix expressions"
55license = " CC0-1.0"
66homepage = " https://github.com/jonringer/nix-template"
Original file line number Diff line number Diff line change 1515
1616pub fn build_cli ( ) -> App < ' static , ' static > {
1717 App :: new ( "nix-template" )
18- . version ( "0.1.1 " )
18+ . version ( "0.1.2 " )
1919 . author ( "Jon Ringer <jonringer117@gmail.com>" )
2020 . about ( "Create common nix expressions" )
2121 . version_short ( "V" )
You can’t perform that action at this time.
0 commit comments