Skip to content

Commit 73e5e9b

Browse files
author
Michael Brenan
committed
Auto-release 0.5.29
1 parent f3055a7 commit 73e5e9b

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.5.29
2+
3+
Fix another subtle incompatibility between 0.4.26 and 0.5.29 - if you frequently used empty inline fields (like
4+
`Key::` with no value), the 0.5+ behavior is now the same as 0.4 behavior and will map such fields to null instead of an
5+
empty string.
6+
7+
This may fix a broad variety of "subtly wrong" queries that you may have seen after the upgrade.
8+
9+
---
10+
111
# 0.5.28
212

313
- Fix a bug with some more string concatenations and null handling.

docs/docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.5.29
2+
3+
Fix another subtle incompatibility between 0.4.26 and 0.5.29 - if you frequently used empty inline fields (like
4+
`Key::` with no value), the 0.5+ behavior is now the same as 0.4 behavior and will map such fields to null instead of an
5+
empty string.
6+
7+
This may fix a broad variety of "subtly wrong" queries that you may have seen after the upgrade.
8+
9+
---
10+
111
# 0.5.28
212

313
- Fix a bug with some more string concatenations and null handling.

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.28",
4+
"version": "0.5.29",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.28",
4+
"version": "0.5.29",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.5.28",
3+
"version": "0.5.29",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@
104104
"0.5.25": "0.12.0",
105105
"0.5.26": "0.12.0",
106106
"0.5.27": "0.12.0",
107-
"0.5.28": "0.12.0"
107+
"0.5.28": "0.12.0",
108+
"0.5.29": "0.12.0"
108109
}

0 commit comments

Comments
 (0)