Skip to content

Commit 7dbf234

Browse files
committed
chore: eza v0.20.3 changelogs, version bump
Signed-off-by: Christina Sørensen <[email protected]>
1 parent f9f82ee commit 7dbf234

File tree

3 files changed

+66
-43
lines changed

3 files changed

+66
-43
lines changed

CHANGELOG.md

+64-41
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ SPDX-License-Identifier: EUPL-1.2
66
-->
77
# Changelog
88

9+
## [0.20.3] - 2024-10-17
10+
11+
### Bug Fixes
12+
13+
- Git cliff docs issue
14+
15+
### Performance
16+
17+
- Reuse filetype from DirEntry
18+
919
## [0.20.2] - 2024-10-09
1020

1121
### Bug Fixes
@@ -17,6 +27,7 @@ SPDX-License-Identifier: EUPL-1.2
1727
### Miscellaneous Tasks
1828

1929
- Add fox installation option
30+
- Eza v0.20.2 changelogs, version bump
2031

2132
### Build
2233

@@ -1397,11 +1408,6 @@ SPDX-License-Identifier: EUPL-1.2
13971408
- Add gentoo
13981409
- Fix gentoo install
13991410
- Add MacPorts install info
1400-
- Remove xtests section from readme
1401-
- Add deprecation warning to xtests/readme
1402-
- Add deprecation warning to just xtest commands
1403-
- Add deprecation warning to vagrantfile
1404-
- Add guidelines for commit messages
14051411
- Add pthorpe92 gist
14061412
- Add docs for --git-repos & --git-repos-no-status
14071413
- Fix gpg armor flag for deb release in readme
@@ -1522,6 +1528,14 @@ SPDX-License-Identifier: EUPL-1.2
15221528
- Enforce conventional commits
15231529
- Enforce conventional commits
15241530

1531+
### Doc
1532+
1533+
- Remove xtests section from readme
1534+
- Add deprecation warning to xtests/readme
1535+
- Add deprecation warning to just xtest commands
1536+
- Add deprecation warning to vagrantfile
1537+
- Add guidelines for commit messages
1538+
15251539
## [0.11.1] - 2023-09-11
15261540

15271541
### Bug Fixes
@@ -1685,13 +1699,7 @@ SPDX-License-Identifier: EUPL-1.2
16851699
### Documentation
16861700

16871701
- Update issue templates
1688-
- Add git-ignore style/color information to manpage
1689-
- --blocksize, new description
1690-
- --blocksize, new description
1691-
- --blocksize, new description
16921702
- Cafkafk -> eza-community
1693-
- Add gpg public key for the deb repository
1694-
- Add section about debian and ubuntu installation
16951703

16961704
### Features
16971705

@@ -1762,6 +1770,15 @@ SPDX-License-Identifier: EUPL-1.2
17621770

17631771
- Change users depedency to uzers
17641772

1773+
### Doc
1774+
1775+
- Add git-ignore style/color information to manpage
1776+
- --blocksize, new description
1777+
- --blocksize, new description
1778+
- --blocksize, new description
1779+
- Add gpg public key for the deb repository
1780+
- Add section about debian and ubuntu installation
1781+
17651782
### Git
17661783

17671784
- Add deb package to .gitignore
@@ -1774,11 +1791,6 @@ SPDX-License-Identifier: EUPL-1.2
17741791
- MacOS flake support
17751792
- Broken zsh completion syntax
17761793

1777-
### Documentation
1778-
1779-
- Create SECURITY.md
1780-
- Create CONTRIBUTING.md
1781-
17821794
### Features
17831795

17841796
- Add gitlab-ci.yml
@@ -1850,6 +1862,11 @@ SPDX-License-Identifier: EUPL-1.2
18501862
- Add clippy check
18511863
- Add dependabot updater
18521864

1865+
### Doc
1866+
1867+
- Create SECURITY.md
1868+
- Create CONTRIBUTING.md
1869+
18531870
## [0.10.6] - 2023-08-07
18541871

18551872
### Bug Fixes
@@ -1860,7 +1877,6 @@ SPDX-License-Identifier: EUPL-1.2
18601877
### Documentation
18611878

18621879
- Adding --git-repos to help.
1863-
- Add aur, nixpkgs installation
18641880

18651881
### Features
18661882

@@ -1871,6 +1887,10 @@ SPDX-License-Identifier: EUPL-1.2
18711887

18721888
- Release 0.10.6
18731889

1890+
### Doc
1891+
1892+
- Add aur, nixpkgs installation
1893+
18741894
### Git
18751895

18761896
- Use GIT_DIR env var to find the repo
@@ -1950,30 +1970,6 @@ SPDX-License-Identifier: EUPL-1.2
19501970
- Update snapscraft.yaml
19511971
- Remove accidentally commited test files
19521972

1953-
### Documentation
1954-
1955-
- Add hint how to install exa on Android / Termux
1956-
- Add -X/--dereference flag
1957-
- Change name in README.md
1958-
- Add `nix run` to readme
1959-
- Fix flow issue
1960-
- Fix typos
1961-
- Add mandatory snowflake emoji
1962-
- Document nix flake development
1963-
- Document nix flakew
1964-
- Update README.md
1965-
- Update README.md
1966-
- Update README.md
1967-
- Update README.md
1968-
- Update README.md
1969-
- Readme change screenshot to eza
1970-
- Add CoC badge to readme
1971-
- Add CODE_OF_CONDUCT.md
1972-
- Add crates.io badge, license badge
1973-
- Fix links
1974-
- Update README.md
1975-
- Update README.md
1976-
19771973
### Feat
19781974

19791975
- Add JPF to image filetype
@@ -2083,6 +2079,33 @@ SPDX-License-Identifier: EUPL-1.2
20832079

20842080
- `filter` is only used when recursing
20852081

2082+
### Doc
2083+
2084+
- Add -X/--dereference flag
2085+
- Change name in README.md
2086+
- Add `nix run` to readme
2087+
- Fix flow issue
2088+
- Fix typos
2089+
- Add mandatory snowflake emoji
2090+
- Document nix flake development
2091+
- Document nix flakew
2092+
- Update README.md
2093+
- Update README.md
2094+
- Update README.md
2095+
- Update README.md
2096+
- Update README.md
2097+
- Readme change screenshot to eza
2098+
- Add CoC badge to readme
2099+
- Add CODE_OF_CONDUCT.md
2100+
- Add crates.io badge, license badge
2101+
- Fix links
2102+
- Update README.md
2103+
- Update README.md
2104+
2105+
### Documentation
2106+
2107+
- Add hint how to install exa on Android / Termux
2108+
20862109
### Git-feature
20872110

20882111
- Display if a file is updated but unmerged (conflicted)

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
@@ -18,7 +18,7 @@ readme = "README.md"
1818
homepage = "https://github.com/eza-community/eza"
1919
license = "EUPL-1.2"
2020
repository = "https://github.com/eza-community/eza"
21-
version = "0.20.2"
21+
version = "0.20.3"
2222

2323

2424
[package.metadata.deb]

0 commit comments

Comments
 (0)