Skip to content
Snippets Groups Projects
Commit 7ca99880 authored by Genki Sakanashi's avatar Genki Sakanashi
Browse files

Version up to v0.8

parent 96c94a72
No related branches found
Tags v0.8
No related merge requests found
# Change Log
## v0.8
### Added
- Support `NOT BETWEEN`
### Changed
- Fix transformation for constant aggregation functions
- Resolve parser conflicts
- Optimize constant `Implies`
## v0.7.2
### Added
- `--show-error-traceback` option
......
......@@ -25,7 +25,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='combsqlplus',
version='0.7.2',
version='0.8',
description='CombSQL+',
long_description=long_description,
url='https://git.trs.css.i.nagoya-u.ac.jp/combsql/combsqlplus',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment