Procházet zdrojové kódy

chore: release eza v0.16.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen před 2 roky
rodič
revize
ecc2eac4fb
3 změnil soubory, kde provedl 36 přidání a 2 odebrání
  1. 34 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 34 - 0
CHANGELOG.md

@@ -1,9 +1,42 @@
 # Changelog
 
+## [0.16.0] - 2023-11-16
+
+### Bug Fixes
+
+- Fix cross compilation
+- Snap requires a base
+- Move `--smart-group` to long view options
+- Colo[u]r-scale didn't have a base value
+- Fix snapcraft.yaml formatting
+
+### Documentation
+
+- Add comments for bzip variants
+- Added the fact that total-size is unix only
+
+### Features
+
+- Add some file extensions
+- Abort on panic (saving 0.1 M)
+- Add powertest
+
+### Miscellaneous Tasks
+
+- Ignore blame from #644
+- Stabilize powertest version
+
+### Testing
+
+- Implements tests using the generated directory
+- Powertests using generated testdirs
+- Add hashed versions of powertests
+
 ## [0.15.3] - 2023-11-09
 
 ### Bug Fixes
 
+- [**breaking**] Remove Repo column when using --git-repos when no git repo
 - Reformat `help.rs`
 - Allow unused macro rule arms
 
@@ -27,6 +60,7 @@
 - Add to CODEOWNERS file to make sure I get ping'd on files being touched
 - Add myself to codeowners to watch modifications on parsing
 - Improve the PR template
+- Release eza v0.15.3
 
 ### Refactor
 

+ 1 - 1
Cargo.lock

@@ -372,7 +372,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.15.3"
+version = "0.16.0"
 dependencies = [
  "ansiterm",
  "chrono",

+ 1 - 1
Cargo.toml

@@ -16,7 +16,7 @@ readme = "README.md"
 homepage = "https://github.com/eza-community/eza"
 license = "MIT"
 repository = "https://github.com/eza-community/eza"
-version = "0.15.3"
+version = "0.16.0"
 
 
 [package.metadata.deb]