branch: externals/triples
commit 8a48e2b2f48a5d733e104ee9beec63d09cb734b5
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Set version to 0.2.5
Note changes in NEWS.org.
---
NEWS.org | 3 ++-
triples.el | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 93a48b0d27..55ebaf1ed9 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6 +2,7 @@ TITLE: Changelog for the triples module for GNU Emacs.
* 0.2.5
- Fix bug where backing up a =nil= filename resulted in an error.
+- Fix bug where strings are wrongly escapified, distoring text especially when
repeatedly saved.
* 0.2.4
- Move the =CHANGELOG.org= file to =NEWS.org= so the changes show up in GNU
ELPA.
* 0.2.3
@@ -16,7 +17,7 @@ TITLE: Changelog for the triples module for GNU Emacs.
- Add support for backups of databases via =triples-backup=, and a simple way
to have a sane and shared backups created with the new =triples-backups= module.
- Add =triples-move-subject= which will move both a subject as well as
reference to it.
* 0.1.2
-- Bugfix release to remove backward compatibility with pre-Emacs 29 versions.
+- Bugfix release to remove backward compatibility with pre-Emacs 29 versions.
* 0.1.1
- Bugfix release to fix =triples-subject-with-predicate-object=.
* 0.1
diff --git a/triples.el b/triples.el
index 73d50223b0..25f02e2ce9 100644
--- a/triples.el
+++ b/triples.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/ahyatt/triples
;; Package-Requires: ((seq "2.0") (emacs "28.1"))
;; Keywords: triples, kg, data, sqlite
-;; Version: 0.2.3
+;; Version: 0.2.5
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2 of the