Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Jul 18, 2021
1 parent 474ee11 commit ada7a26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## Unreleased
## v0.1.2

- Add `-u, --from-url` support to pypi.org
- Fix crash when github's hompage url is null when used with `-u`
- Add mention of `GITHUB_TOKEN` to usage

## v0.1.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nix-template"
version = "0.1.1"
version = "0.1.2"
description = "Utility to generate common nix expressions"
license = "CC0-1.0"
homepage = "https://github.com/jonringer/nix-template"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ where

pub fn build_cli() -> App<'static, 'static> {
App::new("nix-template")
.version("0.1.1")
.version("0.1.2")
.author("Jon Ringer <[email protected]>")
.about("Create common nix expressions")
.version_short("V")
Expand Down

0 comments on commit ada7a26

Please sign in to comment.