Skip to content

Commit

Permalink
Release version 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 16, 2024
1 parent 0248d61 commit 1accd31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Repoctl Releases
================

## Version 0.22 (unreleased)

## Version 0.22 (16 March 2024)
This release is a maintenance release, fixing some long-standing issues
and also keeping up-to-date with changes to Pacman and AUR.

- Fix: support `xdata` field from pacman 6.1 (@intelfx).
- Fix: error reading packages leading to all packages removed (@intelfx).
- Fix: do not hardcode paths to `repo-add` and `repo-remove` (@JustTNE).
- Fix: update to use new AUR endpoint (@potatoattack).
- Fix: Remove outdated reference to `--backup` flag in help (@cyrinux).
- Fix: verify packages before adding them to repository.
- New: `add` command learned `--no-verify` flag to disable verification of
packages prior to copying/moving them repository.
- Fix: `add` command verifies packages by reading them before
Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ var versionCmd = &cobra.Command{
Name: "repoctl",
Author: "Ben Morgan",
Email: "[email protected]",
Version: "0.22 pre-release",
Date: "30 August, 2020",
Copyright: "2016-2020",
Version: "0.22",
Date: "16 March, 2024",
Copyright: "2016-2024",
Homepage: "https://github.com/cassava/repoctl",
License: "MIT",
}
Expand Down

0 comments on commit 1accd31

Please sign in to comment.