Skip to content

Commit

Permalink
chore(main): release 0.6.3 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 17, 2023
1 parent b54783b commit 3d39dc9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.6.3](https://github.com/engisalor/sketch-grammar-explorer/compare/v0.6.2...v0.6.3) (2023-04-17)


### Bug Fixes

* fixes [#12](https://github.com/engisalor/sketch-grammar-explorer/issues/12) Set configuration once ([fb8e1dc](https://github.com/engisalor/sketch-grammar-explorer/commit/fb8e1dc5d0b4fdd48f8af438808b7b303c803f67))
* fixes [#14](https://github.com/engisalor/sketch-grammar-explorer/issues/14) Labeled attributes cause problems ([f66d1f4](https://github.com/engisalor/sketch-grammar-explorer/commit/f66d1f4f429e520cb071db9b0d6c93a84ee708b6))
* fixes [#15](https://github.com/engisalor/sketch-grammar-explorer/issues/15) simple_query escaping ([4b46c60](https://github.com/engisalor/sketch-grammar-explorer/commit/4b46c608d9ad36e313b03404a8c7146490673cde))
* fixes [#16](https://github.com/engisalor/sketch-grammar-explorer/issues/16) Warn if max_responses reached ([1025ba3](https://github.com/engisalor/sketch-grammar-explorer/commit/1025ba31441f72909d8d2f430adb9d4cc3a299dc))

## [0.6.2](https://github.com/engisalor/sketch-grammar-explorer/compare/v0.6.1...v0.6.2) (2023-03-01)

This release excludes testing files from package distribution.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: Loryn
orcid: "https://orcid.org/0000-0003-0267-4853"
title: "Sketch Grammar Explorer"
version: 0.6.2 # x-release-please-version
version: 0.6.3 # x-release-please-version
date-released: 2022-07-08
repository-code: "https://github.com/engisalor/sketch-grammar-explorer"
license: bsd-3-clause
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sgex"
version = "0.6.2" # x-release-please-version
version = "0.6.3" # x-release-please-version
requires-python = ">=3.8"
authors = [{name="Loryn Isaacs", email="[email protected]"}]
description = "Sketch Grammar Explorer (Sketch Engine API wrapper)"
Expand Down
2 changes: 1 addition & 1 deletion sgex/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2" # x-release-please-version
__version__ = "0.6.3" # x-release-please-version

0 comments on commit 3d39dc9

Please sign in to comment.