Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Jan 13, 2023
1 parent 1463a89 commit 53537b6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.3.5 - 2023-01-13

### Features

- `--hash` to only output the hash
- `--parse` to parse the URL into JSON without fetching the hash
- `fetchCrate` support
- `fetchHex` support

## v0.3.4 - 2023-01-11

### Fixes
Expand Down
42 changes: 21 additions & 21 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.4"
version = "0.3.5"
authors = ["figsoda <[email protected]>"]
edition = "2021"
description = "Generate Nix fetcher calls from repository URLs"
Expand All @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.68"
enum_dispatch = "0.3.10"
enum_dispatch = "0.3.11"
itertools = "0.10.5"
once_cell = "1.17.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
Expand Down

0 comments on commit 53537b6

Please sign in to comment.