Skip to content

Commit 22f6aa3

Browse files
namsicjhpark816
authored andcommitted
version 1.14.1
1 parent 1083ac1 commit 22f6aa3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

β€ŽChangeLogβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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

β€Žconfig/version.plβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

1616
unless ($version =~ m/^\d+\.\d+\.\d+/) {
1717
write_file('m4/version.m4', "m4_define([VERSION_NUMBER], [$default_version])\n");

0 commit comments

Comments
Β (0)