Skip to content

Releases: thombashi/sqlitebiter

v0.36.3

02 Dec 17:35
v0.36.3
Compare
Choose a tag to compare

What's Changed

  • Avoid backward compatibility issues of SimpleSQLite: #96 (Thanks to @yajo)
  • Add support for Python 3.12
  • Modify help messages
  • Bump docker/setup-buildx-action from 1 to 3 by @dependabot in #97
  • Bump docker/setup-qemu-action from 1 to 3 by @dependabot in #98

Full Changelog: v0.36.2...v0.36.3

v0.36.2

17 Jul 00:17
Compare
Choose a tag to compare

What's Changed

  • Fix Installation: dpkg (.deb package) by @brendonmiranda in #90
  • Drop support for Python 3.6
  • Add support for Python 3.11
  • Update os of build environments
    • Drop support for Ubuntu 18.04
    • Add support for Ubuntu 22.04
  • Update dependencies:
    • allow appconfigpy v2
    • allow pathvalidate v3
    • allow ujson v5
    • bump minimum version constraint of SimpleSQLite
  • Improve the installer script
    • Remove dependency from the installer script to GitHub-API and jq
    • Add an error check of asset existence
    • Add integrity check of the archive file
    • Modify to use cache
  • Reduce execution binary file size
  • Modify to use pypa/build for package build
  • Add docs extras
  • Fix a return value of TableConverter._convert_nb

New Contributors

Full Changelog: v0.36.1...v0.36.2

v0.36.1

27 Mar 14:57
v0.36.1
Compare
Choose a tag to compare
  • Fix the output of the created-table count
  • Fix checksum file name
  • Fix tag format of Docker images

Full Changelog: v0.36.0...v0.36.1

v0.36.0

27 Mar 14:16
v0.36.0
Compare
Choose a tag to compare
  • Add --matrix-formatting option to commands: #87
  • Fix failed to convert uneven data table: #87 (Thanks to @aborruso)
  • Replace path.py package with path package
  • Avoid installation error with setuptools>=58
  • Add support for string with thousand separators as integer
  • Update build binaries
  • [Experimental] Add Docker images to packages
  • Change log output stream from stdout to stderr
  • Bug fixes

Full Changelog: v0.35.2...v0.36.0

v0.35.2

16 Jun 06:03
v0.35.2
Compare
Choose a tag to compare
  • Improve version subcommand output
  • Fix build CI of Windows execution binary

v0.35.1

16 Jun 05:47
v0.35.1
Compare
Choose a tag to compare
'GPG signed 0.35.1 tag'

v0.35.0

13 Jun 11:27
v0.35.0
Compare
Choose a tag to compare
  • Retain leading zeros when converting text: #83 (Thanks to @fburleigh)
  • Add support for Python 3.9 / Python 3.10
  • Drop support for Python 3.5
  • Improve type detection
  • Modify output format of version subcommand
  • Update requirements

v0.34.1

12 Sep 09:02
v0.34.1
Compare
Choose a tag to compare
  • Fix parse error when an ipynb file does not include language_info
  • Modify version subcommand output

v0.34.0

16 Aug 14:42
v0.34.0
Compare
Choose a tag to compare
  • Add version subcommand

v0.33.0

05 Aug 07:57
v0.33.0
Compare
Choose a tag to compare
  • Add --max-workers option
  • Replace a package dependency from colorama to tcolorpy
  • Update requirements