Преглед на файлове

chore: release eza v0.15.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen преди 2 години
родител
ревизия
9d4b94de03
променени са 3 файла, в които са добавени 28 реда и са изтрити 2 реда
  1. 26 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 26 - 0
CHANGELOG.md

@@ -1,5 +1,27 @@
 # Changelog
 
+## [0.15.2] - 2023-11-02
+
+### Bug Fixes
+
+- Correct width when --no-quotes is used
+- Clippy lint and add option to grid-details
+- --smart-group only works for current user
+
+### Features
+
+- Add Typst to the recognized files
+
+### Refactor
+
+- Replace `lazy_static` with `once_cell`
+- Replace plain values with TextColours
+
+### Testing
+
+- Added more content to the dir generator
+- Changed size of one of the files
+
 ## [0.15.1] - 2023-10-26
 
 ### Bug Fixes
@@ -24,6 +46,10 @@
 
 - Support for displaying blocksize on directories
 
+### Miscellaneous Tasks
+
+- Release eza v0.15.1
+
 ### Refactor
 
 - Move total-size calculations to File

+ 1 - 1
Cargo.lock

@@ -356,7 +356,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.15.1"
+version = "0.15.2"
 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.1"
+version = "0.15.2"
 
 
 [package.metadata.deb]