Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Jan 11, 2023
1 parent 7cd975f commit 7d16f88
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.3.4 - 2023-01-11

### Fixes

- Correctly handle GitLab URLs that point to something other than the root (e.g. issues) of a project without a group

### Features

- Support fetching the latest revision for `fetchFromGitHub`, `fetchFromGitLab`, and `fetchFromGitea`
- Allow hyphen-separated values for `--lisp-sep`
- Recognize `salsa.debian.org` as a GitLab instance

## v0.3.3 - 2023-01-03

### Fixes
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nurl"
version = "0.3.3"
version = "0.3.4"
authors = ["figsoda <[email protected]>"]
edition = "2021"
description = "Generate Nix fetcher calls from repository URLs"
Expand Down Expand Up @@ -35,7 +35,7 @@ url = "2.3.1"

[dev-dependencies]
assert_cmd = "2.0.8"
nu-glob = "0.73.0"
nu-glob = "0.74.0"
trycmd = "0.14.10"

[profile.release]
Expand Down

0 comments on commit 7d16f88

Please sign in to comment.