Explorar el Código

chore: eza v0.20.0 changelogs, version bump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 1 año
padre
commit
a3b0c8b40e
Se han modificado 3 ficheros con 62 adiciones y 3 borrados
  1. 60 1
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 60 - 1
CHANGELOG.md

@@ -1,11 +1,66 @@
 <!--
-SPDX-FileCopyrightText: 2023-2024 Christina Sørensen
+SPDX-FileCopyrightText: 2024 Christina Sørensen
 SPDX-FileContributor: Christina Sørensen
 
 SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.0] - 2024-09-26
+
+### Bug Fixes
+
+- Flake trycmd bug
+- Pre-commit-hook taplo bug
+
+### Documentation
+
+- Add link to eza-themes repository in readme
+- Cargo install dir inaccurate
+- Add x-cmd method to install eza
+- Adding a testing infos file to guide everyone through tests
+
+### Features
+
+- Add `opml` file extension
+- Add a regen rule
+- [**breaking**] Relicensed to EUPL-1.2
+
+### Refactor
+
+- Move some files to `.config`
+- Release scripts use `.config`
+- Relicense to EUPL-1.2
+
+### Styling
+
+- Switch to nixfmt rfc style, format tree
+- Remove blank line
+
+### Testing
+
+- Regenerate integration tests
+- Regenerate tests
+
+### Build
+
+- Darwin devShell resuse eza deps
+- Ensure flake inputs aren't duplicated'
+- Remove semnix deps
+- Bump flake lock 2024-09-26
+- Removed unused flake follows
+- Add cargo to devShell
+- Add clippy to devShell
+- Use toolchain in devShell
+- Bump libc from 0.2.158 to 0.2.159
+- Bump unicode-width from 0.1.13 to 0.2.0
+
+### Ci
+
+- Full nix3 command output in logs
+- Allow EUPL-1.2
+- Unblock windows
+
 ## [0.19.4] - 2024-09-18
 
 ### Bug Fixes
@@ -16,6 +71,10 @@ SPDX-License-Identifier: EUPL-1.2
 
 - Pass from serde_yaml to serde_norway
 
+### Miscellaneous Tasks
+
+- Eza v0.19.4 changelogs, version bump
+
 ## [0.19.3] - 2024-09-12
 
 ### Bug Fixes

+ 1 - 1
Cargo.lock

@@ -438,7 +438,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.19.4"
+version = "0.20.0"
 dependencies = [
  "ansi-width",
  "backtrace",

+ 1 - 1
Cargo.toml

@@ -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.19.4"
+version = "0.20.0"
 
 
 [package.metadata.deb]