emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sqlite3 68eda59d5f 55/62: Bumped version to 0.16


From: ELPA Syncer
Subject: [nongnu] elpa/sqlite3 68eda59d5f 55/62: Bumped version to 0.16
Date: Tue, 14 Mar 2023 11:01:48 -0400 (EDT)

branch: elpa/sqlite3
commit 68eda59d5f3d29d0a64d6256d58b8c1f93ba3583
Author: Peking Duck <pekingduck@users.noreply.github.com>
Commit: Peking Duck <pekingduck@users.noreply.github.com>

    Bumped version to 0.16
---
 Makefile   | 2 +-
 README.org | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index fec86eb21c..3e615726c2 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ PKG=sqlite3
 
 # dynamic module package
 MODULE=$(PKG)
-MODULE_VERSION=0.15
+MODULE_VERSION=0.16
 MODULE_BASENAME=$(MODULE)-$(MODULE_VERSION)
 MODULE_PKG_EL=$(MODULE_BASENAME)/$(MODULE)-pkg.el
 MODULE_TAR=$(MODULE_BASENAME).tar
diff --git a/README.org b/README.org
index 2c7bb08638..ed79cd40bb 100644
--- a/README.org
+++ b/README.org
@@ -28,7 +28,7 @@
  While this module provides only 14 functions (vs 
[[https://sqlite.org/c3ref/funclist.html][200+ in the C API]]), it should 
satisfy most
  users' needs.
 
- The current version is v0.15.
+ The current version is v0.16.
 
  This is an alpha release so it might crash your Emacs. Save your work before 
you try it out!
 
@@ -394,8 +394,11 @@ The code is licensed under the 
[[https://www.gnu.org/licenses/gpl-3.0.html][GNU
 ** Contributors
 - [[https://github.com/tarsius][Jonas Bernoulli]] - Melpa package
 ** Changelog
+*v0.16 - 2022-05-01*
+- Fixed a bug in ~sqlite3-bind-multi~ 
+  
 *v0.15 - 2020-09-16*
-- Fixed a bug in ~sqlite3-bind-multi~  under Emacs 27.1
+- Fixed a bug in ~sqlite3-bind-multi~ under Emacs 27.1
 
 *v0.14 - 2020-07-08*
 - Added sqlite3.el (melpa)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]