Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Apr 19, 2022
1 parent 8b28755 commit bfcf2ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.3.0

- Breaking Changes:
- `overlays` exposed in flake are now an attr set, to better align with more recent nix versions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0"
version = "0.3.0"
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 @@ -26,7 +26,7 @@ pub fn assert(pred: bool, message: &str) {

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

0 comments on commit bfcf2ba

Please sign in to comment.