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.10
4+ current_version = 0.3.11
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.11 (2022-07-28)
4+
5+ * Fix bug for Python 3.10 compatibility (https://github.com/splitgraph/sgr/pull/704 )
6+ * ` sgr engine add ` password prompt clarification (https://github.com/splitgraph/sgr/pull/709 )
7+
38## v0.3.10 (2022-06-08)
49
510 * Fix surrogate PK object ordering edge case, impacting some LQ mounts (https://github.com/splitgraph/sgr/pull/681 ).
Original file line number Diff line number Diff line change 1212
1313set -eo pipefail
1414
15- SGR_VERSION=${SGR_VERSION-0.3.10 }
15+ SGR_VERSION=${SGR_VERSION-0.3.11 }
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.10 "
3+ version = " 0.3.11 "
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" ]
Original file line number Diff line number Diff line change 1- __version__ = "0.3.10 "
1+ __version__ = "0.3.11 "
You can’t perform that action at this time.
0 commit comments