Skip to content

Commit 8e6a480

Browse files
committed
chore: release 0.10.9
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
1 parent 511b229 commit 8e6a480

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.10.9] - 2023-08-28
6+
7+
### Bug Fixes
8+
9+
- Respect git-repos flags
10+
11+
### Documentation
12+
13+
- Add badge for eza gitter/matrix room
14+
- Fix matrix link
15+
- Add ignored flags to readme
16+
- Add ignored flags to manual
17+
- Add ignored flags to help
18+
- Add ignored flags to xtest
19+
20+
### Features
21+
22+
- `--no-git` option
23+
24+
### Miscellaneous Tasks
25+
26+
- Add funding.yml
27+
28+
### Build
29+
30+
- Add convco to dev
31+
32+
### Ci
33+
34+
- Create flakehub-publish-tagged.yml
35+
- Add workflow_dispatch to flakehub-pub
36+
- Edit workflow_dispath
37+
- Refactor workflow_dispath
38+
- Refactor workflow_dispath
39+
- Remove broken dispatch
40+
- Add flakehub-backfill
41+
- Add codeowners
42+
- Add gierens as .deb codeowner
43+
44+
### Deps
45+
46+
- Change users depedency to uzers
47+
548
## [0.10.8] - 2023-08-22
649

750
### Bug Fixes
@@ -43,6 +86,7 @@ All notable changes to this project will be documented in this file.
4386
- Bump num_cpus from 1.13.0 to 1.16.0
4487
- Bump git2 from 0.16.1 to 0.17.2
4588
- Bump unicode-width from 0.1.8 to 0.1.10
89+
- Release 0.10.8
4690

4791
### Refactor
4892

@@ -53,6 +97,7 @@ All notable changes to this project will be documented in this file.
5397
- Use -S/--blocksize and, var BLOCKSIZE
5498
- Unit tests for output.render.blocks
5599
- Flip if (as suggested/demanded by clippy)
100+
- Migrate to uzers lib
56101

57102
### Build
58103

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
homepage = "https://github.com/eza-community/eza"
1111
license = "MIT"
1212
repository = "https://github.com/eza-community/eza"
13-
version = "0.10.8"
13+
version = "0.10.9"
1414

1515

1616
[package.metadata.deb]

0 commit comments

Comments
 (0)