bump version

This commit is contained in:
figsoda 2023-03-15 16:06:02 -04:00
parent 7fdfbf5c28
commit d4ab9b0f63
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v0.3.10 - 2023-03-15
### Fixes
- Let git-based fetchers fallback to FOD to work around [nixos/nix#5128](https://github.com/nixos/nix/issues/5128)
## v0.3.9 - 2023-03-13
### Fixes

2
Cargo.lock generated
View File

@ -656,7 +656,7 @@ dependencies = [
[[package]]
name = "nurl"
version = "0.3.9"
version = "0.3.10"
dependencies = [
"anyhow",
"assert_cmd",

View File

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