summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-09-20 10:13:32 +0200
committerCanop <cano.petrole@gmail.com>2023-09-20 10:13:32 +0200
commit492c5c716b61895295c209740af9a0cbea5dea60 (patch)
tree28f7154e213573dbdf3e29709b52c2bbed3c9bab
parentb4c6bbbffe66376c6d1f2ef954c0e74ca87beafa (diff)
version 1.25.2v1.25.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3b3397..684e4ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
-
-### next
-- optional BROOT_CONFIG_DIR env var specifies the config directory (the site now shows all env variables: https://dystroy.org/broot/launch/#environment-variables)
+### v1.25.2 - 2023-09-20
+<a name="v1.25.2"></a>
+- optional BROOT_CONFIG_DIR env var - the site now shows all env variables: https://dystroy.org/broot/launch/#environment-variables
- `--only-folders` now longer allows symlinks to non directories - Fix #742
### v1.25.1 - 2023-09-03
diff --git a/Cargo.lock b/Cargo.lock
index eacad01..0a1b769 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -207,7 +207,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "broot"
-version = "1.25.2-dev"
+version = "1.25.2"
dependencies = [
"ahash 0.8.3",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 6a64855..1141517 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.25.2-dev"
+version = "1.25.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"