Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.3.2 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.3.2](https://github.com/engisalor/quartz/compare/v0.3.1...v0.3.2) (2024-03-01)


### Bug Fixes

* add sorting env variable ([1924462](https://github.com/engisalor/quartz/commit/19244621f99a8f855978155edbebbf85fdd18096))
* add sorting, page n to query func, app layout ([6cab30e](https://github.com/engisalor/quartz/commit/6cab30e106618753ee8e6292cac50be36c1de634))
* add sorting, page to fig functions, update annotations ([cd4cfb4](https://github.com/engisalor/quartz/commit/cd4cfb449eff652543a3824693dec696c5cbc056))
* update user guide ([d11061f](https://github.com/engisalor/quartz/commit/d11061f068a75dd0b705e7dc35e9ff05f683f742))
* url filters needed ske escaping ([59d189a](https://github.com/engisalor/quartz/commit/59d189a1cfad86090dd643aa54de3594dfb77be5))


### Documentation

* add sample size warning to guide ([fea8a38](https://github.com/engisalor/quartz/commit/fea8a38e6dc91e303037d4aa59a193b44728b1cb))
* update readme ([fd6d8ff](https://github.com/engisalor/quartz/commit/fd6d8ff6a109c631a55b5f74f00a64b17a3f7457))
* update readme ([2c5b76c](https://github.com/engisalor/quartz/commit/2c5b76c73dcfe17358e376391369e118ef7bf01a))
* update readme ([1b19042](https://github.com/engisalor/quartz/commit/1b19042a8f16f017eb094d7a27829e06b60c19e5))
* update readme ([16cd702](https://github.com/engisalor/quartz/commit/16cd70229c0b2e147665f5542024ce84839ed86c))

## [0.3.1](https://github.com/engisalor/quartz/compare/v0.3.0...v0.3.1) (2023-12-04)


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: "Quartz: a portable visualization tool for Sketch Engine servers"
version: 0.3.1 # x-release-please-version
version: 0.3.2 # x-release-please-version
date-released: 2023-01-21
repository-code: https://github.com/engisalor/quartz
license: GPLv3+
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ profile = "black"

[project]
name = "quartz"
version = "0.3.1" # x-release-please-version
version = "0.3.2" # x-release-please-version
authors = [{name="Loryn Isaacs", email="[email protected]"}]
description = "An interface for Sketch Engine focused on data visualization"
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.3.1" # x-release-please-version
version = "0.3.2" # x-release-please-version