Skip to content

Commit

Permalink
v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Feb 16, 2022
1 parent 136fae1 commit 08da327
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 v1.10.0 (2021-02-16)

### Added

- Add --pager and MakepkgConf options #603
- Add --asdep --asexp as short hand options 348bdb3

### Fixed

- Fix crash when updating local repo where local version != sync 017e05b
- Add completion to -Ui 19fd836
- Return no instead of default for invalid input 408f3cc
- Fix crash when current directory no longer exists ffef79d
- Fix comment fetching with new aurweb ea02818

### Changed

- Rename -C --upgrade to --sysupgrade and -Lu to -Ly 0bace84
- Expand docs on --fm 48b0086

### Localization

- Add hr locale #632
- Update es locale #645
- Update zh_CN locale #675

## Paru v1.9.2 (2021-12-09)

## 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 = "1.9.2"
version = "1.9.3"
authors = ["morganamilo <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 08da327

Please sign in to comment.