Skip to content

Commit bfcf2ba

Browse files
committed
Bump to v0.3.0
1 parent 8b28755 commit bfcf2ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.3.0
44

55
- Breaking Changes:
66
- `overlays` exposed in flake are now an attr set, to better align with more recent nix versions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

2727
pub fn build_cli() -> App<'static, 'static> {
2828
App::new("nix-template")
29-
.version("0.2.0")
29+
.version("0.3.0")
3030
.author("Jon Ringer <jonringer117@gmail.com>")
3131
.about("Create common nix expressions")
3232
.version_short("V")

0 commit comments

Comments
 (0)