File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 0.3.3
4+ current_version = 0.3.4
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66serialize =
77 {major}.{minor}.{patch}-{release}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.3.4 (2022-01-21)
4+
5+ * Further support for aggregation pushdown with Multicorn-backed FDWs
6+ * https://github.com/splitgraph/Multicorn/pull/2
7+ * https://github.com/splitgraph/splitgraph/pull/613
8+ * https://github.com/splitgraph/postgres-elasticsearch-fdw/pull/2
9+ * Speed up ` sgr commit ` chunking by about 1.5x-10x (https://github.com/splitgraph/splitgraph/pull/611 )
10+ * Various fixes to ` sgr cloud seed ` (https://github.com/splitgraph/splitgraph/pull/606 )
11+
312## v0.3.3 (2022-01-05)
413
514 * Minor fixes to ` sgr cloud seed ` (https://github.com/splitgraph/splitgraph/pull/604 )
Original file line number Diff line number Diff line change 1212
1313set -eo pipefail
1414
15- SGR_VERSION=${SGR_VERSION-0.3.3 }
15+ SGR_VERSION=${SGR_VERSION-0.3.4 }
1616INSTALL_DIR=${INSTALL_DIR-$HOME / .splitgraph}
1717# Set IGNORE_SGR_EXISTS to keep going if sgr already exists.
1818# Set SKIP_BINARY=1 to skip downloading sgr
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " splitgraph"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44description = " Command line library and Python client for Splitgraph, a version control system for data"
55license = " Apache 2.0 modified with Commons Clause"
66authors = [" Splitgraph Limited" ]
@@ -21,7 +21,7 @@ click_log = ">=0.3.2"
2121tqdm = " >=4.46.0"
2222packaging = " >=20.1"
2323tabulate = " >=0.8.7"
24- asciitree = " >=0.3.3 "
24+ asciitree = " >=0.3.4 "
2525"ruamel.yaml" = " ^0.17.17"
2626jsonschema = " >=3.1.0"
2727cryptography = " >=3.4.0"
Original file line number Diff line number Diff line change 1- __version__ = "0.3.3 "
1+ __version__ = "0.3.4 "
You can’t perform that action at this time.
0 commit comments