Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
figsoda committed Jul 21, 2023
1 parent 66b331e commit 8cd03e9
Showing 4 changed files with 81 additions and 74 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.3.13 - 2023-07-21

### Changes

- Output a final newline with `--expr` when printing to a terminal

### Fixes

- Switch from `--experimental-features` to `--extra-experimental-features` ([#147](https://github.com/nix-community/nurl/issues/147))

## v0.3.12 - 2023-05-18

### Features
133 changes: 65 additions & 68 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nurl"
version = "0.3.12"
version = "0.3.13"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2021"
description = "Generate Nix fetcher calls from repository URLs"
@@ -28,11 +28,11 @@ serde_json = "1.0.103"
ureq = { version = "2.7.1", features = ["json"] }

[dependencies.clap]
version = "4.3.17"
version = "4.3.18"
features = ["cargo", "derive", "unicode", "wrap_help"]

[build-dependencies]
clap = { version = "4.3.17", features = ["derive"] }
clap = { version = "4.3.18", features = ["derive"] }
clap_complete = "4.3.2"
clap_mangen = "0.2.12"

6 changes: 3 additions & 3 deletions flake.lock

0 comments on commit 8cd03e9

Please sign in to comment.