Release: 0.4

This commit is contained in:
Adam Porter 2020-01-22 23:39:25 -06:00
parent 6e55723e27
commit f78be0ded2
3 changed files with 42 additions and 42 deletions

View file

@ -398,7 +398,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
/Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases.
** 0.4-pre
** 0.4
/Note:/ The next release, 0.5, may include changes which will require minor updates to written queries (e.g. a few predicates may be renamed). Users who wish to avoid those changes happening unexpectedly in their configs should avoid upgrading =org-ql= beyond 0.4 automatically, as they will be pushed to the =master= branch when ready.

View file

@ -2,7 +2,7 @@
;; Author: Adam Porter <adam@alphapapa.net>
;; Url: https://github.com/alphapapa/org-ql
;; Version: 0.4-pre
;; Version: 0.4
;; Package-Requires: ((emacs "26.1") (dash "2.13") (dash-functional "1.2.0") (f "0.17.2") (org "9.0") (org-super-agenda "1.2-pre") (ov "1.0.6") (peg "0.6") (s "1.12.0") (ts "0.2-pre"))
;; Keywords: hypermedia, outlines, Org, agenda

View file

@ -63,7 +63,7 @@ Functions / Macros
Changelog
* 0.4-pre: 04-pre.
* 0.4: 04.
* 0.3.2: 032.
* 0.3.1: 031.
* 0.3: 03.
@ -703,7 +703,7 @@ releases.
* Menu:
* 0.4-pre: 04-pre.
* 0.4: 04.
* 0.3.2: 032.
* 0.3.1: 031.
* 0.3: 03.
@ -714,10 +714,10 @@ releases.
* 0.1: 01.

File: README.info, Node: 04-pre, Next: 032, Up: Changelog
File: README.info, Node: 04, Next: 032, Up: Changelog
5.1 0.4-pre
===========
5.1 0.4
=======
_Note:_ The next release, 0.5, may include changes which will require
minor updates to written queries (e.g. a few predicates may be
@ -795,7 +795,7 @@ as they will be pushed to the master branch when ready.
queries.

File: README.info, Node: 032, Next: 031, Prev: 04-pre, Up: Changelog
File: README.info, Node: 032, Next: 031, Prev: 04, Up: Changelog
5.2 0.3.2
=========
@ -1060,40 +1060,40 @@ GPLv3

Tag Table:
Node: Top225
Node: Contents1410
Node: Screenshots1584
Node: Installation1702
Node: Quelpa2340
Node: Usage2783
Node: Commands3132
Node: org-ql-search3605
Node: helm-org-ql5253
Node: org-ql-view5665
Node: org-ql-view-sidebar5863
Node: org-ql-view-recent-items6219
Node: org-ql-sparse-tree6703
Node: Queries7503
Node: Non-sexp query syntax8411
Node: General predicates10118
Node: Ancestor/descendant predicates14925
Node: Date/time predicates16053
Node: Functions / Macros18708
Node: Agenda-like views18941
Node: Listing / acting-on results20346
Node: Changelog24948
Node: 04-pre25485
Node: 03229416
Node: 03129797
Node: 0329992
Node: 02332965
Node: 02233191
Node: 02133457
Node: 0233654
Node: 0137687
Node: Notes37786
Node: Comparison with Org Agenda searches37948
Node: org-sidebar38819
Node: License39098
Node: Contents1402
Node: Screenshots1576
Node: Installation1694
Node: Quelpa2332
Node: Usage2775
Node: Commands3124
Node: org-ql-search3597
Node: helm-org-ql5245
Node: org-ql-view5657
Node: org-ql-view-sidebar5855
Node: org-ql-view-recent-items6211
Node: org-ql-sparse-tree6695
Node: Queries7495
Node: Non-sexp query syntax8403
Node: General predicates10110
Node: Ancestor/descendant predicates14917
Node: Date/time predicates16045
Node: Functions / Macros18700
Node: Agenda-like views18933
Node: Listing / acting-on results20338
Node: Changelog24940
Node: 0425469
Node: 03229388
Node: 03129765
Node: 0329960
Node: 02332933
Node: 02233159
Node: 02133425
Node: 0233622
Node: 0137655
Node: Notes37754
Node: Comparison with Org Agenda searches37916
Node: org-sidebar38787
Node: License39066

End Tag Table