Skip to content

Commit

Permalink
Prepare 0.7.0 (#126)
Browse files Browse the repository at this point in the history
* Prepare 0.7.0

* Update CHANGELOG
  • Loading branch information
berberman authored Nov 21, 2024
1 parent 6a3f54d commit 15778ff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Revision history for nvfetcher

## 0.7.0.0

Now nvfetcher removes all files *except* `generated.json` and `generated.nix` in `_sources` before each run. If you do want to keep those files, you can use the new CLI option `--keep-old`. In addition, a new target `purge` is introduced for resetting the state of nvfetcher by deleting the shake database saved in XDG directory.

* Quote package name passed to nvchecker
* Add `url.name` option to specify the file name in prefetch
* Clean build dir before build
* Support keep going on fetch failure
* Add `--commit-summary`
* Support sparseCheckout

## 0.6.2.0

* Rework config parsing with toml-reader
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion nvfetcher.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: nvfetcher
version: 0.6.2.0
version: 0.7.0.0
synopsis:
Generate nix sources expr for the latest version of packages

Expand Down

0 comments on commit 15778ff

Please sign in to comment.