Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Sep 20, 2024
1 parent 0415530 commit 9177d82
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Paru v2.0.4 (2024-09-20)

### Added

- Add pacman 7 support 90656a9

### Fixed

- Fix split package support on -G c894e25
- Fix -Fl fish completion #1213
- Fix typo in man page #1237
- Fix build when POSIXLY_CORRECT is set #1160

### Localization

- Add cs locale #1133
- Updated pt locale #1164
- Updated pt_BR locale #1175
- Updated hu locale #1235

## Paru v2.0.3 (2024-03-13)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "paru"
version = "2.0.3"
version = "2.0.4"
authors = ["morganamilo <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm as build-stage

ARG PACMAN_VER=6.1.0
ARG PACMAN_VER=7.0.0
ARG DEBIAN_FRONTEND=noninteractive

WORKDIR /pacman
Expand Down

0 comments on commit 9177d82

Please sign in to comment.