Explorar el Código

chore: release eza v0.16.3

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

+ 21 - 0
CHANGELOG.md

@@ -1,5 +1,22 @@
 # Changelog
 
+## [0.16.3] - 2023-12-07
+
+### Bug Fixes
+
+- Add bare git_repos fn if feature git is disabled
+- Fixing color of size unit
+- Color-scale broked size for colors
+
+### Testing
+
+- Fix powertests post-release
+
+### Build
+
+- Bump percent-encoding from 2.3.0 to 2.3.1
+- Bump actions/labeler from 4 to 5
+
 ## [0.16.2] - 2023-11-30
 
 ### Bug Fixes
@@ -7,6 +24,10 @@
 - Calculate width correctly when using grid icons & classify
 - Fix the windows build
 
+### Miscellaneous Tasks
+
+- Release eza v0.16.2
+
 ### Testing
 
 - Fix version tests

+ 1 - 1
Cargo.lock

@@ -387,7 +387,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.16.2"
+version = "0.16.3"
 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.16.2"
+version = "0.16.3"
 
 
 [package.metadata.deb]