Skip to content

Commit ada7a26

Browse files
committed
Bump to 0.1.2
1 parent 474ee11 commit ada7a26

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nix-template"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Utility to generate common nix expressions"
55
license = "CC0-1.0"
66
homepage = "https://github.com/jonringer/nix-template"

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ where
1515

1616
pub 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")

0 commit comments

Comments
 (0)