File tree Expand file tree Collapse file tree 3 files changed +47
-2
lines changed Expand file tree Collapse file tree 3 files changed +47
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
48
## [ 0.10.8] - 2023-08-22
6
49
7
50
### Bug Fixes
@@ -43,6 +86,7 @@ All notable changes to this project will be documented in this file.
43
86
- Bump num_cpus from 1.13.0 to 1.16.0
44
87
- Bump git2 from 0.16.1 to 0.17.2
45
88
- Bump unicode-width from 0.1.8 to 0.1.10
89
+ - Release 0.10.8
46
90
47
91
### Refactor
48
92
@@ -53,6 +97,7 @@ All notable changes to this project will be documented in this file.
53
97
- Use -S/--blocksize and, var BLOCKSIZE
54
98
- Unit tests for output.render.blocks
55
99
- Flip if (as suggested/demanded by clippy)
100
+ - Migrate to uzers lib
56
101
57
102
### Build
58
103
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.md"
10
10
homepage = " https://github.com/eza-community/eza"
11
11
license = " MIT"
12
12
repository = " https://github.com/eza-community/eza"
13
- version = " 0.10.8 "
13
+ version = " 0.10.9 "
14
14
15
15
16
16
[package .metadata .deb ]
You can’t perform that action at this time.
0 commit comments