Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Sep 10, 2022
1 parent 8f4f231 commit 0945625
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.4.0

- Breaking Changes:
- `overlay` for flake template has been moved to `overlays.default` to align with upstream changes
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.3.0"
version = "0.4.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.3.0")
.version("0.4.0")
.author("Jon Ringer <[email protected]>")
.about("Create common nix expressions")
.version_short("V")
Expand Down

0 comments on commit 0945625

Please sign in to comment.