bump version

This commit is contained in:
figsoda 2023-03-13 19:39:06 -04:00
parent faa2d423de
commit bfdf4b80a4
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v0.3.9 - 2023-03-13
### Fixes
- Fix outdated Cargo.lock
## v0.3.8 - 2023-03-13
### Features

2
Cargo.lock generated
View File

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

View File

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