diff options
author | Benjamin Nguyen <benjamin.van.nguyen@gmail.com> | 2023-05-25 14:01:19 -0700 |
---|---|---|
committer | Benjamin Nguyen <benjamin.van.nguyen@gmail.com> | 2023-05-25 14:01:19 -0700 |
commit | aae7c2f43d4756572e763adec84baaee7fc6654d (patch) | |
tree | 3ccfdbdcf7d49ebcc9da5bee406001f99a7d5779 | |
parent | 8d29c97fbcf0dc65191afdc5ca95ec172a65ad3b (diff) |
changelogv3.0.0
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b755548..0190a43 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/). -## [2.0.0] - 2023-05-25 +## [3.0.0] - 2023-05-25 ### Bug fixes - [Completions now properly reference the new binary name](https://github.com/solidiquis/erdtree/commit/c4ff0dacb137f1007af27f692f1e5ee66bf47cb6), `erd` @@ -26,6 +26,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Support for reporting block usage, line-count, and word-count https://github.com/solidiquis/erdtree/pull/172 - Added progress indicator https://github.com/solidiquis/erdtree/pull/176 +### New Contributors +- [iquiw](https://github.com/iquiw) +- [KP64](https://github.com/KP64) +- [m4rch3n1ng](https://github.com/m4rch3n1ng) +- [demilich1](https://github.com/demilich1) + For a more comprehensive overview of `erdtree` v3.0.0, please refer to the [README.md](README.md). **Full Changelog**: https://github.com/solidiquis/erdtree/compare/v2.0.0...v3.0.0 |