Skip to content

Commit 5bf9709

Browse files
committed
docs(CHANGELOG.md): release v0.1.9
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
1 parent 9dd2d3b commit 5bf9709

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
## 0.1.9 - [Unreleased]
1+
## 0.1.10 [Unreleased]
22
### Added
33
### Fixed
44
### Changed
55

6-
* `--top-level` is now the default. To use the old default, add `--all`.
6+
## 0.1.9
7+
### Added
8+
9+
* `texlive.pkgs` is added to the `EXTRA_SCOPES`, i.e. Texlive packages can be searched now. (#254)
10+
* Support for command-not-found for Nushell has been added. (#271)
11+
12+
### Fixed
13+
14+
* Packages with no files in the index are now excluded, this significantly reduces the index size (~4MB → 1MB) (#266)
15+
* debuginfo processing now skips symlinks which were contained inside of `$debug/lib/debug`. (#278)
16+
17+
### Changed
18+
19+
* `--top-level` is now the default. To use the old default, add `--all`. (#243)
20+
* Chore updates of the Flake lock, dependencies, clippy and a move to `thiserror` rather than `error_chain`. (#279)
721

822
## 0.1.8
923
### Added

0 commit comments

Comments
 (0)