Skip to content

Commit 08da327

Browse files
committed
v1.9.3
1 parent 136fae1 commit 08da327

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## Paru v1.10.0 (2021-02-16)
4+
5+
### Added
6+
7+
- Add --pager and MakepkgConf options #603
8+
- Add --asdep --asexp as short hand options 348bdb3
9+
10+
### Fixed
11+
12+
- Fix crash when updating local repo where local version != sync 017e05b
13+
- Add completion to -Ui 19fd836
14+
- Return no instead of default for invalid input 408f3cc
15+
- Fix crash when current directory no longer exists ffef79d
16+
- Fix comment fetching with new aurweb ea02818
17+
18+
### Changed
19+
20+
- Rename -C --upgrade to --sysupgrade and -Lu to -Ly 0bace84
21+
- Expand docs on --fm 48b0086
22+
23+
### Localization
24+
25+
- Add hr locale #632
26+
- Update es locale #645
27+
- Update zh_CN locale #675
28+
329
## Paru v1.9.2 (2021-12-09)
430

531
## Fixed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paru"
3-
version = "1.9.2"
3+
version = "1.9.3"
44
authors = ["morganamilo <morganamilo@archlinux.org>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)