From 69f1b1a62847b3cc96f1268a3864831373a216c8 Mon Sep 17 00:00:00 2001 From: Bryan Gardiner Date: Sun, 29 Sep 2024 18:35:50 -0700 Subject: [PATCH] Bump to v0.2.5. --- CHANGELOG.md | 2 ++ default.nix | 2 +- src/nvd | 2 +- src/nvd.1 | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc16dd..dc01b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # nvd changelog +## 0.2.5 (unreleased) + ## 0.2.4 (2024-09-29) - Added an `nvd history` command for diffing successive generations of a diff --git a/default.nix b/default.nix index 26a7da6..02aa2dd 100644 --- a/default.nix +++ b/default.nix @@ -18,7 +18,7 @@ in warn ( stdenv.mkDerivation { pname = "nvd"; - version = "0.2.4"; + version = "0.2.5"; src = nix-gitignore.gitignoreSourcePure [ ./.gitignore ] ./src; diff --git a/src/nvd b/src/nvd index 40105cb..3da3921 100755 --- a/src/nvd +++ b/src/nvd @@ -55,7 +55,7 @@ from typing import Iterable, List, Optional, Union signal(SIGPIPE, SIG_DFL) # Python handles SIGPIPE improperly by default. -NVD_VERSION = "0.2.4" +NVD_VERSION = "0.2.5" NIX_BIN_DIR = None USE_NIX_COMMAND_FEATURE = False # Whether to explicitly enable the nix-command feature. diff --git a/src/nvd.1 b/src/nvd.1 index 01da6c0..a9f7b8d 100644 --- a/src/nvd.1 +++ b/src/nvd.1 @@ -1,4 +1,4 @@ -.TH nvd 1 2024-09-26 nvd-0.2.4 "User Commands" +.TH nvd 1 2024-09-26 nvd-0.2.5 "User Commands" .SH NAME nvd \- Nix/NixOS package version diff tool .SH SYNOPSIS