summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-04-11 01:04:26 -0700
committerBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-04-11 01:04:26 -0700
commit21c4c749c9a31047db3e7e7b0dd9cdadccd38ca3 (patch)
tree40dfe8ad7905816d21b62f2fef1452e13ad82c27
parent4b8d7299207d09799e51b1cfb990483abb761ebc (diff)
changelogv1.8.1
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de13509..bec653e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
-## [1.8.0] - 2023-04-11
+## [1.8.1] - 2023-04-11
## What's Changed
* Fix some typos by @goggle in https://github.com/solidiquis/erdtree/pull/110
@@ -11,14 +11,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* refactor tests: move --no-config to mod::run_cmd by @jhscheer in https://github.com/solidiquis/erdtree/pull/112
* Prevent panic when `--prune` is used with `--glob` which results in empty match set by @solidiquis in https://github.com/solidiquis/erdtree/pull/116
* Add ability to take glob patterns from stdin by @jhscheer in https://github.com/solidiquis/erdtree/pull/114
-* Refactor/node by @solidiquis in https://github.com/solidiquis/erdtree/pull/118
+* Refactor/node and support hard link detection on Windows by @solidiquis in https://github.com/solidiquis/erdtree/pull/118
* Support colorless output when redirecting/piping stdout; also provide `--no-color` option by @solidiquis in https://github.com/solidiquis/erdtree/pull/120
+* remove ansi escapes for default icon by @solidiquis in https://github.com/solidiquis/erdtree/pull/122
## New Contributors
* @goggle made their first contribution in https://github.com/solidiquis/erdtree/pull/110
* @jhscheer made their first contribution in https://github.com/solidiquis/erdtree/pull/111
-**Full Changelog**: https://github.com/solidiquis/erdtree/compare/v1.7.1...v1.8
+**Full Changelog**: https://github.com/solidiquis/erdtree/compare/v1.7.1...v1.8.1
## [1.7.1] - 2023-03-30