Skip to content

Commit

Permalink
5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Mar 8, 2022
1 parent 2aaaf71 commit 9e6f5ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Cligen Changelog

## 5.6.0
Expected: March 2022
8 March 2022

### Corrected Bugs

* Fixed: [Multiple commands with common beginning gets collapsed into one](https://github.com/clicon/cligen/issues/75)
* Fixed: CLIgen output scrolling did not work if lines were wrapped
* Fixed: `[Ctlr R`(reverse-i-search) adds additional character C on pressing right arrow](https://github.com/clicon/cligen/issues/74)
* Fixed: `Ctlr R`(reverse-i-search) adds additional character C on pressing right arrow`: https://github.com/clicon/cligen/issues/74
* Fixed: Helpstrings were duplicated in conjunction with option `[]`
* Fixed: Duplicates in autocli expansion of leafs and treeref includes:
* https://github.com/clicon/cligen/issues/73
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@ ac_config_headers="$ac_config_headers cligen_config.h"
CLIGEN_VERSION_MAJOR="5"
CLIGEN_VERSION_MINOR="6"
CLIGEN_VERSION_PATCH="0"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}.PRE"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}"

{ $as_echo "$as_me:${as_lineno-$LINENO}: result: CLIGEN version is $CLIGEN_VERSION" >&5
$as_echo "CLIGEN version is $CLIGEN_VERSION" >&6; }
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AC_SUBST(CLIGEN_VERSION_PATCH)
CLIGEN_VERSION_MAJOR="5"
CLIGEN_VERSION_MINOR="6"
CLIGEN_VERSION_PATCH="0"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}.PRE"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}"

AC_MSG_RESULT(CLIGEN version is $CLIGEN_VERSION)

Expand Down

0 comments on commit 9e6f5ad

Please sign in to comment.