From b29f19c91daddcefdfa9a1a916ade8f18192b634 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 14 Aug 2021 10:46:28 +0000 Subject: [PATCH] chore(release): 1.1.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0488dc..0ea3a755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.1.8 (2021-08-14) +### Fix +* Get the correct ref from the release step ([`e771857`](https://github.com/cpcloud/slumba/commit/e77185756e6a28fe766cba3114614e328fb43b93)) + ## v1.1.7 (2021-08-14) ### Fix * Fix publishing again ([`0dbf1d0`](https://github.com/cpcloud/slumba/commit/0dbf1d061c140bee55ce7f6cb1e1773135725b2d)) diff --git a/pyproject.toml b/pyproject.toml index 0b6a7f9c..a3ac2197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ packages = [{ include = "slumba" }] exclude = ["slumba/tests", "slumba/cslumba.cc"] homepage = "https://github.com/cpcloud/slumba" repository = "https://github.com/cpcloud/slumba" -version = "1.1.7" +version = "1.1.8" description = "JITted SQLite user-defined functions and aggregates" readme = "README.md" authors = ["Phillip Cloud <417981+cpcloud@users.noreply.github.com>"]