Skip to content

Commit

Permalink
chore: eza v0.20.3 changelogs, version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Oct 17, 2024
1 parent f9f82ee commit 7dbf234
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 43 deletions.
105 changes: 64 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ SPDX-License-Identifier: EUPL-1.2
-->
# Changelog

## [0.20.3] - 2024-10-17

### Bug Fixes

- Git cliff docs issue

### Performance

- Reuse filetype from DirEntry

## [0.20.2] - 2024-10-09

### Bug Fixes
Expand All @@ -17,6 +27,7 @@ SPDX-License-Identifier: EUPL-1.2
### Miscellaneous Tasks

- Add fox installation option
- Eza v0.20.2 changelogs, version bump

### Build

Expand Down Expand Up @@ -1397,11 +1408,6 @@ SPDX-License-Identifier: EUPL-1.2
- Add gentoo
- Fix gentoo install
- Add MacPorts install info
- Remove xtests section from readme
- Add deprecation warning to xtests/readme
- Add deprecation warning to just xtest commands
- Add deprecation warning to vagrantfile
- Add guidelines for commit messages
- Add pthorpe92 gist
- Add docs for --git-repos & --git-repos-no-status
- Fix gpg armor flag for deb release in readme
Expand Down Expand Up @@ -1522,6 +1528,14 @@ SPDX-License-Identifier: EUPL-1.2
- Enforce conventional commits
- Enforce conventional commits

### Doc

- Remove xtests section from readme
- Add deprecation warning to xtests/readme
- Add deprecation warning to just xtest commands
- Add deprecation warning to vagrantfile
- Add guidelines for commit messages

## [0.11.1] - 2023-09-11

### Bug Fixes
Expand Down Expand Up @@ -1685,13 +1699,7 @@ SPDX-License-Identifier: EUPL-1.2
### Documentation

- Update issue templates
- Add git-ignore style/color information to manpage
- --blocksize, new description
- --blocksize, new description
- --blocksize, new description
- Cafkafk -> eza-community
- Add gpg public key for the deb repository
- Add section about debian and ubuntu installation

### Features

Expand Down Expand Up @@ -1762,6 +1770,15 @@ SPDX-License-Identifier: EUPL-1.2

- Change users depedency to uzers

### Doc

- Add git-ignore style/color information to manpage
- --blocksize, new description
- --blocksize, new description
- --blocksize, new description
- Add gpg public key for the deb repository
- Add section about debian and ubuntu installation

### Git

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

### Documentation

- Create SECURITY.md
- Create CONTRIBUTING.md

### Features

- Add gitlab-ci.yml
Expand Down Expand Up @@ -1850,6 +1862,11 @@ SPDX-License-Identifier: EUPL-1.2
- Add clippy check
- Add dependabot updater

### Doc

- Create SECURITY.md
- Create CONTRIBUTING.md

## [0.10.6] - 2023-08-07

### Bug Fixes
Expand All @@ -1860,7 +1877,6 @@ SPDX-License-Identifier: EUPL-1.2
### Documentation

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

### Features

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

- Release 0.10.6

### Doc

- Add aur, nixpkgs installation

### Git

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

### Documentation

- Add hint how to install exa on Android / Termux
- Add -X/--dereference flag
- Change name in README.md
- Add `nix run` to readme
- Fix flow issue
- Fix typos
- Add mandatory snowflake emoji
- Document nix flake development
- Document nix flakew
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Readme change screenshot to eza
- Add CoC badge to readme
- Add CODE_OF_CONDUCT.md
- Add crates.io badge, license badge
- Fix links
- Update README.md
- Update README.md

### Feat

- Add JPF to image filetype
Expand Down Expand Up @@ -2083,6 +2079,33 @@ SPDX-License-Identifier: EUPL-1.2

- `filter` is only used when recursing

### Doc

- Add -X/--dereference flag
- Change name in README.md
- Add `nix run` to readme
- Fix flow issue
- Fix typos
- Add mandatory snowflake emoji
- Document nix flake development
- Document nix flakew
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Readme change screenshot to eza
- Add CoC badge to readme
- Add CODE_OF_CONDUCT.md
- Add crates.io badge, license badge
- Fix links
- Update README.md
- Update README.md

### Documentation

- Add hint how to install exa on Android / Termux

### Git-feature

- Display if a file is updated but unmerged (conflicted)
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
Expand Up @@ -18,7 +18,7 @@ readme = "README.md"
homepage = "https://github.com/eza-community/eza"
license = "EUPL-1.2"
repository = "https://github.com/eza-community/eza"
version = "0.20.2"
version = "0.20.3"


[package.metadata.deb]
Expand Down

0 comments on commit 7dbf234

Please sign in to comment.