Skip to content

Commit

Permalink
version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
namsic authored and jhpark816 committed Sep 2, 2024
1 parent a83bbe4 commit 09c014d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2024-09-02 [version 1.14.0]
## 🐣 New Features
* Add `mop upsert` method. #292
* Add multiple storage method.
* `memcached_mset()`
* `memcached_madd()`
* `memcached_mreplace()`
* `memcached_mprepend()`
* `memcached_mpppend()`
* `memcached_mcas()`
## 🐛 Bug Fixes
* Fix buffer size when calling `snprintf()` with leading whitespace and integer value. #304
* Use `__linux__` instead of `TARGET_OS_LINUX` to check if the current OS is Linux. #306
* Use different lock filenames for multiple proxy in a process
## 📝 Documentation
* Fix typo.
## ✅ Testing
* Cancel previous CI in progress when new commits are added. #296

2024-02-22 [version 1.13.3]
## 🔧 Enhancements
* Fix compile warnings on RHEL8 and MacOS.
Expand Down
2 changes: 1 addition & 1 deletion config/version.pl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
chomp $arcus_describe;

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

Expand Down

0 comments on commit 09c014d

Please sign in to comment.