Skip to content

Commit 09c014d

Browse files
namsicjhpark816
authored andcommitted
version 1.14.0
1 parent a83bbe4 commit 09c014d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2024-09-02 [version 1.14.0]
2+
## 🐣 New Features
3+
* Add `mop upsert` method. #292
4+
* Add multiple storage method.
5+
* `memcached_mset()`
6+
* `memcached_madd()`
7+
* `memcached_mreplace()`
8+
* `memcached_mprepend()`
9+
* `memcached_mpppend()`
10+
* `memcached_mcas()`
11+
## 🐛 Bug Fixes
12+
* Fix buffer size when calling `snprintf()` with leading whitespace and integer value. #304
13+
* Use `__linux__` instead of `TARGET_OS_LINUX` to check if the current OS is Linux. #306
14+
* Use different lock filenames for multiple proxy in a process
15+
## 📝 Documentation
16+
* Fix typo.
17+
## ✅ Testing
18+
* Cancel previous CI in progress when new commits are added. #296
19+
120
2024-02-22 [version 1.13.3]
221
## 🔧 Enhancements
322
* Fix compile warnings on RHEL8 and MacOS.

config/version.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
chomp $arcus_describe;
2929

3030
unless ($arcus_describe =~ m/^\d+\.\d+\.\d+/) {
31-
write_file('m4/version.m4', "m4_define([VERSION_NUMBER], [1.13.3-unknown])\n");
31+
write_file('m4/version.m4', "m4_define([VERSION_NUMBER], [1.14.0-unknown])\n");
3232
exit;
3333
}
3434

0 commit comments

Comments
 (0)