bump version

This commit is contained in:
figsoda 2023-01-03 14:54:08 -05:00
parent 44c1855be2
commit c3415331e7
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v0.3.3 - 2023-01-03
### Fixes
- Correctly handle trailing `.git` with `fetchFromGitLab`
## v0.3.2 - 2023-01-03
### Fixes

2
Cargo.lock generated
View File

@ -468,7 +468,7 @@ dependencies = [
[[package]]
name = "nurl"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"anyhow",
"assert_cmd",

View File

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