cql2 0.5.2__tar.gz → 0.5.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. {cql2-0.5.2 → cql2-0.5.3}/CHANGELOG.md +12 -0
  2. {cql2-0.5.2 → cql2-0.5.3}/Cargo.lock +224 -218
  3. {cql2-0.5.2 → cql2-0.5.3}/Cargo.toml +2 -2
  4. {cql2-0.5.2 → cql2-0.5.3}/PKG-INFO +1 -1
  5. {cql2-0.5.2 → cql2-0.5.3}/cli/CHANGELOG.md +6 -0
  6. {cql2-0.5.2 → cql2-0.5.3}/cli/Cargo.toml +1 -1
  7. {cql2-0.5.2 → cql2-0.5.3}/cli/src/lib.rs +5 -5
  8. {cql2-0.5.2 → cql2-0.5.3}/.github/dependabot.yml +0 -0
  9. {cql2-0.5.2 → cql2-0.5.3}/.github/workflows/ci.yml +0 -0
  10. {cql2-0.5.2 → cql2-0.5.3}/.github/workflows/docs.yml +0 -0
  11. {cql2-0.5.2 → cql2-0.5.3}/.github/workflows/npm.yml +0 -0
  12. {cql2-0.5.2 → cql2-0.5.3}/.github/workflows/pypi.yml +0 -0
  13. {cql2-0.5.2 → cql2-0.5.3}/.github/workflows/release-plz.yml +0 -0
  14. {cql2-0.5.2 → cql2-0.5.3}/.gitignore +0 -0
  15. {cql2-0.5.2 → cql2-0.5.3}/CONTRIBUTING.md +0 -0
  16. {cql2-0.5.2 → cql2-0.5.3}/LICENSE +0 -0
  17. {cql2-0.5.2 → cql2-0.5.3}/README.md +0 -0
  18. {cql2-0.5.2 → cql2-0.5.3}/RELEASING.md +0 -0
  19. {cql2-0.5.2 → cql2-0.5.3}/cli/README.md +0 -0
  20. {cql2-0.5.2 → cql2-0.5.3}/cli/src/main.rs +0 -0
  21. {cql2-0.5.2 → cql2-0.5.3}/cql2.pyi +0 -0
  22. {cql2-0.5.2 → cql2-0.5.3}/docs/cli.md +0 -0
  23. {cql2-0.5.2 → cql2-0.5.3}/docs/ds-logo-hor--pos.svg +0 -0
  24. {cql2-0.5.2 → cql2-0.5.3}/docs/examples.json +0 -0
  25. {cql2-0.5.2 → cql2-0.5.3}/docs/favicon.png +0 -0
  26. {cql2-0.5.2 → cql2-0.5.3}/docs/index.md +0 -0
  27. {cql2-0.5.2 → cql2-0.5.3}/docs/playground.md +0 -0
  28. {cql2-0.5.2 → cql2-0.5.3}/docs/python.md +0 -0
  29. {cql2-0.5.2 → cql2-0.5.3}/examples/examples.toml +0 -0
  30. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause6_01.json +0 -0
  31. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause6_02a.json +0 -0
  32. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause6_02b.json +0 -0
  33. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause6_02c.json +0 -0
  34. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause6_02d.json +0 -0
  35. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause6_03.json +0 -0
  36. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_01.json +0 -0
  37. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_02.json +0 -0
  38. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_03a.json +0 -0
  39. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_03b.json +0 -0
  40. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_04.json +0 -0
  41. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_05.json +0 -0
  42. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_07.json +0 -0
  43. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_10.json +0 -0
  44. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_12.json +0 -0
  45. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_13.json +0 -0
  46. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_15.json +0 -0
  47. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_16.json +0 -0
  48. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_17.json +0 -0
  49. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_18.json +0 -0
  50. {cql2-0.5.2 → cql2-0.5.3}/examples/json/clause7_19.json +0 -0
  51. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example01.json +0 -0
  52. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example02.json +0 -0
  53. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example03.json +0 -0
  54. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example04.json +0 -0
  55. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example05a.json +0 -0
  56. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example05b.json +0 -0
  57. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example06a.json +0 -0
  58. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example06b.json +0 -0
  59. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example07.json +0 -0
  60. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example08.json +0 -0
  61. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example09.json +0 -0
  62. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example10.json +0 -0
  63. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example11.json +0 -0
  64. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example12.json +0 -0
  65. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example13.json +0 -0
  66. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example14.json +0 -0
  67. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example15.json +0 -0
  68. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example16.json +0 -0
  69. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example17.json +0 -0
  70. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example18.json +0 -0
  71. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example19.json +0 -0
  72. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example20.json +0 -0
  73. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example21.json +0 -0
  74. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example22.json +0 -0
  75. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example23.json +0 -0
  76. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example24.json +0 -0
  77. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example25.json +0 -0
  78. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example26.json +0 -0
  79. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example27.json +0 -0
  80. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example28.json +0 -0
  81. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example29.json +0 -0
  82. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example30.json +0 -0
  83. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example31.json +0 -0
  84. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example32.json +0 -0
  85. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example33.json +0 -0
  86. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example34.json +0 -0
  87. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example35.json +0 -0
  88. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example36.json +0 -0
  89. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example37.json +0 -0
  90. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example38.json +0 -0
  91. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example39.json +0 -0
  92. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example40.json +0 -0
  93. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example41.json +0 -0
  94. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example42.json +0 -0
  95. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example43.json +0 -0
  96. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example44.json +0 -0
  97. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example45.json +0 -0
  98. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example46.json +0 -0
  99. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example47.json +0 -0
  100. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example48.json +0 -0
  101. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example49.json +0 -0
  102. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example50.json +0 -0
  103. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example51.json +0 -0
  104. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example52.json +0 -0
  105. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example53.json +0 -0
  106. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example54.json +0 -0
  107. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example55.json +0 -0
  108. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example56.json +0 -0
  109. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example57.json +0 -0
  110. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example58.json +0 -0
  111. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example59.json +0 -0
  112. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example60.json +0 -0
  113. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example61.json +0 -0
  114. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example62.json +0 -0
  115. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example63.json +0 -0
  116. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example64.json +0 -0
  117. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example65.json +0 -0
  118. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example66.json +0 -0
  119. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example67.json +0 -0
  120. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example68.json +0 -0
  121. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example69.json +0 -0
  122. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example70.json +0 -0
  123. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example71.json +0 -0
  124. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example72.json +0 -0
  125. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example73.json +0 -0
  126. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example74.json +0 -0
  127. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example75.json +0 -0
  128. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example76.json +0 -0
  129. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example77.json +0 -0
  130. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example78.json +0 -0
  131. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example79.json +0 -0
  132. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example80.json +0 -0
  133. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example81.json +0 -0
  134. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example82.json +0 -0
  135. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example83.json +0 -0
  136. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example84.json +0 -0
  137. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example85.json +0 -0
  138. {cql2-0.5.2 → cql2-0.5.3}/examples/json/example86.json +0 -0
  139. {cql2-0.5.2 → cql2-0.5.3}/examples/json/validate.sh +0 -0
  140. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause6_01.txt +0 -0
  141. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause6_02a.txt +0 -0
  142. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause6_02b.txt +0 -0
  143. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause6_02c.txt +0 -0
  144. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause6_02d.txt +0 -0
  145. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause6_03.txt +0 -0
  146. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_01.txt +0 -0
  147. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_02.txt +0 -0
  148. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_03a.txt +0 -0
  149. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_03b.txt +0 -0
  150. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_04.txt +0 -0
  151. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_05.txt +0 -0
  152. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_07.txt +0 -0
  153. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_10.txt +0 -0
  154. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_12.txt +0 -0
  155. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_13.txt +0 -0
  156. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_15.txt +0 -0
  157. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_16.txt +0 -0
  158. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_17.txt +0 -0
  159. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_18.txt +0 -0
  160. {cql2-0.5.2 → cql2-0.5.3}/examples/text/clause7_19.txt +0 -0
  161. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example01.txt +0 -0
  162. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example02.txt +0 -0
  163. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example03.txt +0 -0
  164. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example04.txt +0 -0
  165. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example05a.txt +0 -0
  166. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example05b.txt +0 -0
  167. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example06a.txt +0 -0
  168. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example06b.txt +0 -0
  169. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example07.txt +0 -0
  170. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example08.txt +0 -0
  171. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example09.txt +0 -0
  172. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example10.txt +0 -0
  173. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example11.txt +0 -0
  174. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example12.txt +0 -0
  175. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example13.txt +0 -0
  176. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example14.txt +0 -0
  177. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example15.txt +0 -0
  178. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example16.txt +0 -0
  179. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example17.txt +0 -0
  180. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example18.txt +0 -0
  181. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example19.txt +0 -0
  182. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example20.txt +0 -0
  183. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example21.txt +0 -0
  184. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example22.txt +0 -0
  185. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example23.txt +0 -0
  186. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example24.txt +0 -0
  187. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example25.txt +0 -0
  188. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example26.txt +0 -0
  189. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example27.txt +0 -0
  190. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example28.txt +0 -0
  191. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example29.txt +0 -0
  192. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example30.txt +0 -0
  193. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example31.txt +0 -0
  194. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example32.txt +0 -0
  195. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example33.txt +0 -0
  196. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example34.txt +0 -0
  197. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example35.txt +0 -0
  198. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example36-alt01.txt +0 -0
  199. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example36.txt +0 -0
  200. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example37.txt +0 -0
  201. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example38-alt01.txt +0 -0
  202. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example38.txt +0 -0
  203. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example39.txt +0 -0
  204. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example40-alt01.txt +0 -0
  205. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example40.txt +0 -0
  206. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example41.txt +0 -0
  207. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example42-alt01.txt +0 -0
  208. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example42.txt +0 -0
  209. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example43-alt01.txt +0 -0
  210. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example43.txt +0 -0
  211. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example44-alt01.txt +0 -0
  212. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example44.txt +0 -0
  213. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example45.txt +0 -0
  214. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example46-alt01.txt +0 -0
  215. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example46.txt +0 -0
  216. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example47.txt +0 -0
  217. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example48.txt +0 -0
  218. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example49-alt01.txt +0 -0
  219. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example49.txt +0 -0
  220. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example50.txt +0 -0
  221. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example51.txt +0 -0
  222. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example52.txt +0 -0
  223. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example53.txt +0 -0
  224. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example54-alt01.txt +0 -0
  225. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example54.txt +0 -0
  226. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example55-alt01.txt +0 -0
  227. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example55.txt +0 -0
  228. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example56.txt +0 -0
  229. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example57.txt +0 -0
  230. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example58.txt +0 -0
  231. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example59.txt +0 -0
  232. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example60.txt +0 -0
  233. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example61.txt +0 -0
  234. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example62.txt +0 -0
  235. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example63.txt +0 -0
  236. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example64.txt +0 -0
  237. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example65.txt +0 -0
  238. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example66.txt +0 -0
  239. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example67.txt +0 -0
  240. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example68.txt +0 -0
  241. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example69.txt +0 -0
  242. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example70.txt +0 -0
  243. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example71.txt +0 -0
  244. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example72.txt +0 -0
  245. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example73.txt +0 -0
  246. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example74.txt +0 -0
  247. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example75.txt +0 -0
  248. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example76.txt +0 -0
  249. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example77.txt +0 -0
  250. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example78.txt +0 -0
  251. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example79.txt +0 -0
  252. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example80.txt +0 -0
  253. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example81.txt +0 -0
  254. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example82.txt +0 -0
  255. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example83.txt +0 -0
  256. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example84.txt +0 -0
  257. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example85-alt01.txt +0 -0
  258. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example85.txt +0 -0
  259. {cql2-0.5.2 → cql2-0.5.3}/examples/text/example86.txt +0 -0
  260. {cql2-0.5.2 → cql2-0.5.3}/mkdocs.yml +0 -0
  261. {cql2-0.5.2 → cql2-0.5.3}/pyproject.toml +0 -0
  262. {cql2-0.5.2 → cql2-0.5.3}/python/.gitignore +0 -0
  263. {cql2-0.5.2 → cql2-0.5.3}/python/.python-version +0 -0
  264. {cql2-0.5.2 → cql2-0.5.3}/python/Cargo.toml +0 -0
  265. {cql2-0.5.2 → cql2-0.5.3}/python/README.md +0 -0
  266. {cql2-0.5.2 → cql2-0.5.3}/python/src/lib.rs +0 -0
  267. {cql2-0.5.2 → cql2-0.5.3}/python/tests/conftest.py +0 -0
  268. {cql2-0.5.2 → cql2-0.5.3}/python/tests/test_expr.py +0 -0
  269. {cql2-0.5.2 → cql2-0.5.3}/rustfmt.toml +0 -0
  270. {cql2-0.5.2 → cql2-0.5.3}/scripts/buildwasm +0 -0
  271. {cql2-0.5.2 → cql2-0.5.3}/scripts/lint +0 -0
  272. {cql2-0.5.2 → cql2-0.5.3}/scripts/test +0 -0
  273. {cql2-0.5.2 → cql2-0.5.3}/src/cql2.json +0 -0
  274. {cql2-0.5.2 → cql2-0.5.3}/src/cql2.pest +0 -0
  275. {cql2-0.5.2 → cql2-0.5.3}/src/duckdb.rs +0 -0
  276. {cql2-0.5.2 → cql2-0.5.3}/src/error.rs +0 -0
  277. {cql2-0.5.2 → cql2-0.5.3}/src/expr.rs +0 -0
  278. {cql2-0.5.2 → cql2-0.5.3}/src/geometry.rs +0 -0
  279. {cql2-0.5.2 → cql2-0.5.3}/src/lib.rs +0 -0
  280. {cql2-0.5.2 → cql2-0.5.3}/src/parser.rs +0 -0
  281. {cql2-0.5.2 → cql2-0.5.3}/src/sql.rs +0 -0
  282. {cql2-0.5.2 → cql2-0.5.3}/src/temporal.rs +0 -0
  283. {cql2-0.5.2 → cql2-0.5.3}/src/validator.rs +0 -0
  284. {cql2-0.5.2 → cql2-0.5.3}/tests/README.md +0 -0
  285. {cql2-0.5.2 → cql2-0.5.3}/tests/cql2testdata.ndjson +0 -0
  286. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_01.json.out +0 -0
  287. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_01.txt.out +0 -0
  288. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02a.json.out +0 -0
  289. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02a.txt.out +0 -0
  290. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02b.json.out +0 -0
  291. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02b.txt.out +0 -0
  292. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02c.json.out +0 -0
  293. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02c.txt.out +0 -0
  294. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02d.json.out +0 -0
  295. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_02d.txt.out +0 -0
  296. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_03.json.out +0 -0
  297. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause6_03.txt.out +0 -0
  298. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_01.json.out +0 -0
  299. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_01.txt.out +0 -0
  300. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_02.json.out +0 -0
  301. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_02.txt.out +0 -0
  302. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_03a.json.out +0 -0
  303. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_03a.txt.out +0 -0
  304. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_03b.json.out +0 -0
  305. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_03b.txt.out +0 -0
  306. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_04.json.out +0 -0
  307. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_04.txt.out +0 -0
  308. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_05.json.out +0 -0
  309. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_05.txt.out +0 -0
  310. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_07.json.out +0 -0
  311. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_07.txt.out +0 -0
  312. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_10.json.out +0 -0
  313. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_10.txt.out +0 -0
  314. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_12.json.out +0 -0
  315. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_12.txt.out +0 -0
  316. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_13.json.out +0 -0
  317. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_13.txt.out +0 -0
  318. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_15.json.out +0 -0
  319. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_15.txt.out +0 -0
  320. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_16.json.out +0 -0
  321. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_16.txt.out +0 -0
  322. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_17.json.out +0 -0
  323. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_17.txt.out +0 -0
  324. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_18.json.out +0 -0
  325. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_18.txt.out +0 -0
  326. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_19.json.out +0 -0
  327. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/clause7_19.txt.out +0 -0
  328. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example01.json.out +0 -0
  329. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example01.txt.out +0 -0
  330. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example02.json.out +0 -0
  331. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example02.txt.out +0 -0
  332. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example03.json.out +0 -0
  333. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example03.txt.out +0 -0
  334. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example04.json.out +0 -0
  335. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example04.txt.out +0 -0
  336. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example05a.json.out +0 -0
  337. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example05a.txt.out +0 -0
  338. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example05b.json.out +0 -0
  339. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example05b.txt.out +0 -0
  340. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example06a.json.out +0 -0
  341. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example06a.txt.out +0 -0
  342. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example06b.json.out +0 -0
  343. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example06b.txt.out +0 -0
  344. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example07.json.out +0 -0
  345. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example07.txt.out +0 -0
  346. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example08.json.out +0 -0
  347. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example08.txt.out +0 -0
  348. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example09.json.out +0 -0
  349. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example09.txt.out +0 -0
  350. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example10.json.out +0 -0
  351. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example10.txt.out +0 -0
  352. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example11.json.out +0 -0
  353. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example11.txt.out +0 -0
  354. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example12.json.out +0 -0
  355. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example12.txt.out +0 -0
  356. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example13.json.out +0 -0
  357. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example13.txt.out +0 -0
  358. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example14.json.out +0 -0
  359. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example14.txt.out +0 -0
  360. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example15.json.out +0 -0
  361. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example15.txt.out +0 -0
  362. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example16.json.out +0 -0
  363. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example16.txt.out +0 -0
  364. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example17.json.out +0 -0
  365. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example17.txt.out +0 -0
  366. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example18.json.out +0 -0
  367. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example18.txt.out +0 -0
  368. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example19.json.out +0 -0
  369. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example19.txt.out +0 -0
  370. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example20.json.out +0 -0
  371. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example20.txt.out +0 -0
  372. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example21.json.out +0 -0
  373. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example21.txt.out +0 -0
  374. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example22.json.out +0 -0
  375. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example22.txt.out +0 -0
  376. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example23.json.out +0 -0
  377. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example23.txt.out +0 -0
  378. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example24.json.out +0 -0
  379. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example24.txt.out +0 -0
  380. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example25.json.out +0 -0
  381. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example25.txt.out +0 -0
  382. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example26.json.out +0 -0
  383. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example26.txt.out +0 -0
  384. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example27.json.out +0 -0
  385. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example27.txt.out +0 -0
  386. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example28.json.out +0 -0
  387. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example28.txt.out +0 -0
  388. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example29.json.out +0 -0
  389. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example29.txt.out +0 -0
  390. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example30.json.out +0 -0
  391. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example30.txt.out +0 -0
  392. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example31.json.out +0 -0
  393. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example31.txt.out +0 -0
  394. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example32.json.out +0 -0
  395. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example32.txt.out +0 -0
  396. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example33.json.out +0 -0
  397. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example33.txt.out +0 -0
  398. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example34.json.out +0 -0
  399. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example34.txt.out +0 -0
  400. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example35.json.out +0 -0
  401. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example35.txt.out +0 -0
  402. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example36-alt01.txt.out +0 -0
  403. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example36.json.out +0 -0
  404. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example36.txt.out +0 -0
  405. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example37.json.out +0 -0
  406. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example37.txt.out +0 -0
  407. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example38-alt01.txt.out +0 -0
  408. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example38.json.out +0 -0
  409. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example38.txt.out +0 -0
  410. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example39.json.out +0 -0
  411. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example39.txt.out +0 -0
  412. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example40-alt01.txt.out +0 -0
  413. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example40.json.out +0 -0
  414. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example40.txt.out +0 -0
  415. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example41.json.out +0 -0
  416. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example41.txt.out +0 -0
  417. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example42-alt01.txt.out +0 -0
  418. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example42.json.out +0 -0
  419. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example42.txt.out +0 -0
  420. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example43-alt01.txt.out +0 -0
  421. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example43.json.out +0 -0
  422. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example43.txt.out +0 -0
  423. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example44-alt01.txt.out +0 -0
  424. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example44.json.out +0 -0
  425. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example44.txt.out +0 -0
  426. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example45.json.out +0 -0
  427. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example45.txt.out +0 -0
  428. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example46-alt01.txt.out +0 -0
  429. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example46.json.out +0 -0
  430. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example46.txt.out +0 -0
  431. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example47.json.out +0 -0
  432. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example47.txt.out +0 -0
  433. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example48.json.out +0 -0
  434. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example48.txt.out +0 -0
  435. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example49-alt01.txt.out +0 -0
  436. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example49.json.out +0 -0
  437. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example49.txt.out +0 -0
  438. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example50.json.out +0 -0
  439. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example50.txt.out +0 -0
  440. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example51.json.out +0 -0
  441. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example51.txt.out +0 -0
  442. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example52.json.out +0 -0
  443. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example52.txt.out +0 -0
  444. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example53.json.out +0 -0
  445. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example53.txt.out +0 -0
  446. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example54-alt01.txt.out +0 -0
  447. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example54.json.out +0 -0
  448. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example54.txt.out +0 -0
  449. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example55-alt01.txt.out +0 -0
  450. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example55.json.out +0 -0
  451. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example55.txt.out +0 -0
  452. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example56.json.out +0 -0
  453. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example56.txt.out +0 -0
  454. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example57.json.out +0 -0
  455. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example57.txt.out +0 -0
  456. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example58.json.out +0 -0
  457. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example58.txt.out +0 -0
  458. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example59.json.out +0 -0
  459. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example59.txt.out +0 -0
  460. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example60.json.out +0 -0
  461. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example60.txt.out +0 -0
  462. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example61.json.out +0 -0
  463. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example61.txt.out +0 -0
  464. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example62.json.out +0 -0
  465. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example62.txt.out +0 -0
  466. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example63.json.out +0 -0
  467. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example63.txt.out +0 -0
  468. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example64.json.out +0 -0
  469. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example64.txt.out +0 -0
  470. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example65.json.out +0 -0
  471. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example65.txt.out +0 -0
  472. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example66.json.out +0 -0
  473. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example66.txt.out +0 -0
  474. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example67.json.out +0 -0
  475. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example67.txt.out +0 -0
  476. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example68.json.out +0 -0
  477. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example68.txt.out +0 -0
  478. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example69.json.out +0 -0
  479. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example69.txt.out +0 -0
  480. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example70.json.out +0 -0
  481. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example70.txt.out +0 -0
  482. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example71.json.out +0 -0
  483. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example71.txt.out +0 -0
  484. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example72.json.out +0 -0
  485. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example72.txt.out +0 -0
  486. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example73.json.out +0 -0
  487. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example73.txt.out +0 -0
  488. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example74.json.out +0 -0
  489. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example74.txt.out +0 -0
  490. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example75.json.out +0 -0
  491. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example75.txt.out +0 -0
  492. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example76.json.out +0 -0
  493. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example76.txt.out +0 -0
  494. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example77.json.out +0 -0
  495. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example77.txt.out +0 -0
  496. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example78.json.out +0 -0
  497. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example78.txt.out +0 -0
  498. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example79.json.out +0 -0
  499. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example79.txt.out +0 -0
  500. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example80.json.out +0 -0
  501. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example80.txt.out +0 -0
  502. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example81.json.out +0 -0
  503. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example81.txt.out +0 -0
  504. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example82.json.out +0 -0
  505. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example82.txt.out +0 -0
  506. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example83.json.out +0 -0
  507. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example83.txt.out +0 -0
  508. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example84.json.out +0 -0
  509. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example84.txt.out +0 -0
  510. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example85-alt01.txt.out +0 -0
  511. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example85.json.out +0 -0
  512. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example85.txt.out +0 -0
  513. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example86.json.out +0 -0
  514. {cql2-0.5.2 → cql2-0.5.3}/tests/expected/example86.txt.out +0 -0
  515. {cql2-0.5.2 → cql2-0.5.3}/tests/generate-expected +0 -0
  516. {cql2-0.5.2 → cql2-0.5.3}/tests/generate_expected_qcounts +0 -0
  517. {cql2-0.5.2 → cql2-0.5.3}/tests/ogc_tests.rs +0 -0
  518. {cql2-0.5.2 → cql2-0.5.3}/tests/operators_duckdb.rs +0 -0
  519. {cql2-0.5.2 → cql2-0.5.3}/tests/operators_expected.txt +0 -0
  520. {cql2-0.5.2 → cql2-0.5.3}/tests/operators_filter.rs +0 -0
  521. {cql2-0.5.2 → cql2-0.5.3}/tests/operators_tests.txt +0 -0
  522. {cql2-0.5.2 → cql2-0.5.3}/tests/reduce_tests.rs +0 -0
  523. {cql2-0.5.2 → cql2-0.5.3}/tests/reductions.txt +0 -0
  524. {cql2-0.5.2 → cql2-0.5.3}/uv.lock +0 -0
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.5.3](https://github.com/developmentseed/cql2-rs/compare/cql2-v0.5.2...cql2-v0.5.3) - 2026-02-04
10
+
11
+ ### Fixed
12
+
13
+ - use flags, not values, for validate and reduce in CLI ([#165](https://github.com/developmentseed/cql2-rs/pull/165))
14
+
15
+ ### Other
16
+
17
+ - *(deps)* bump the production-dependencies group across 1 directory with 6 updates ([#166](https://github.com/developmentseed/cql2-rs/pull/166))
18
+ - *(deps)* bump the production-dependencies group across 1 directory with 4 updates ([#163](https://github.com/developmentseed/cql2-rs/pull/163))
19
+ - *(deps)* bump the production-dependencies group across 1 directory with 9 updates ([#161](https://github.com/developmentseed/cql2-rs/pull/161))
20
+
9
21
  ## [0.5.2](https://github.com/developmentseed/cql2-rs/compare/cql2-v0.5.1...cql2-v0.5.2) - 2026-01-16
10
22
 
11
23
  ### Fixed