Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Mar 13, 2024
1 parent 43ff33d commit db289e2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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

### Added

- Add --chrootflags option #1090
- Add zsh package completion for --getpkgbuild #1101

### Fixed

- Fix crash when pkgbuild repo has directories 057706b
- Fix cache_dir instead of state_dir in error message #1141
- Fix --needed #1100
- Filter out pkgbuild repos for aur warnings 81efb1f
- Fixed typos in man page #1091
- Only enable color when stderr and stdout are tty b345771
- Update testing repo names for -G #1147

### Localization

- Add hu locale #1116
- Updated fr locale #1094
- Update sv locale #1125
- Update zh_CN locale #1120
- Update es locale #1117
- Update zh_TW locale #1111

## Paru v2.0.1 (2023-12-01)

### Added
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.1"
version = "2.0.2"
authors = ["morganamilo <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit db289e2

Please sign in to comment.