bump version

This commit is contained in:
figsoda 2023-01-01 14:28:05 -05:00
parent cada0bc8d1
commit 72f973d447
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## v0.2.2 - 2023-01-0-1
### Fixes
- Correctly set `experimental-features` for Nix calls
- Fetch submodules for `fetchgit`
## v0.2.1 - 2023-01-01
### Fixes

2
Cargo.lock generated
View File

@ -235,7 +235,7 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "nurl"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "nurl"
version = "0.2.1"
version = "0.2.2"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2021"
description = "Generate Nix fetcher calls from repository URLs"