Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Dec 21, 2020
1 parent c99b180 commit 20e405f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 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.1.4 (2020-12-21)

### Fixed

- Remove nonexistent topdown option from `paru.conf(5)` #124
- Fix ignorepkg for devel pkgs ac0de9f
- Fix rebuild not taking an arg a516eda

### Changed

- Add example for packages exclude in ask input #130

## Paru v1.1.2 (2020-11-18)

### Fixed

- Fix some packages not resolving and tweak package not found message e860dad
- Remove --stats from docs f8ce25b
- removing code that would false-flag debug pkgs #105 4ec0bb9

### Changed

- Improve error message for unknown option b3d0e95
- Do aur + devel upgrade concurrently 836bba8
- Fix warnings not showing with upgrade menu fedddb6

This comment has been minimized.

Copy link
@SanchithHegde

SanchithHegde Dec 21, 2020

Contributor

Included the changelog for 1.1.2 by mistake?

This comment has been minimized.

Copy link
@Morganamilo

Morganamilo Dec 21, 2020

Author Owner

Damn I really can't copy and paste.

This comment has been minimized.

Copy link
@SanchithHegde

SanchithHegde Dec 21, 2020

Contributor

It happens 😄

## Paru v1.1.3 (2020-11-29)

### 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.1.3"
version = "1.1.4"
authors = ["morganamilo <morganamilo@archlinux.org>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
cargo build --release --locked --features backtrace --target-dir target
cargo build --release --locked --target-dir target
strip target/release/paru
tar --zstd -cfparu.tar.zst man completions paru.conf -C target/release paru

0 comments on commit 20e405f

Please sign in to comment.