File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2025-07-02 [version 1.14.1]
2+ ## π£ New Features
3+ - Return random elements from `sop get`.
4+ - Limit the count of elems get from set structure.
5+ ## βοΈ Internal Changes
6+ - Add max_stats_prefixes limit to `stats prefixes`, `stats detail dump` command.
7+ - Remove `stats prefix` command.
8+ - Change DFS traverse order in set and map.
9+ ## π Bug Fixes
10+ - Fix `SERVER ERROR` response to `SERVER_ERROR`.
11+ ## π Documentation
12+ - Set unstable version to ChangeLog.
13+ - Update ChangeLog format.
14+ - Fix cachedump description.
15+ - Fix response string when trimmed result in bop insert.
16+ ## β
Testing
17+ - Upgrade CI actions version (v3 => v4).
18+
119# 2024-07-11 [version 1.14.0]
220## π£ New Features
321 - Remove an unused command `bget`. #749
Original file line number Diff line number Diff line change 1111# my $version = '1.4.2-30-gf966dba';
1212# my $version = '1.4.3-rc1';
1313# my $version = '1.4.3';
14- my $default_version = ' 1.14.0 -unknown' ;
14+ my $default_version = ' 1.14.1 -unknown' ;
1515
1616unless ($version =~ m / ^\d +\.\d +\.\d +/ ) {
1717 write_file(' m4/version.m4' , " m4_define([VERSION_NUMBER], [$default_version ])\n " );
You canβt perform that action at this time.
0 commit comments