Skip to content

Commit

Permalink
Merge pull request #2 from engisalor/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--release-please-action

chore(main): release 0.2.1
  • Loading branch information
engisalor committed Apr 18, 2023
2 parents 7acfe93 + 0008d50 commit 075cf54
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.2.1](https://github.com/engisalor/quartz/compare/v0.2.0...v0.2.1) (2023-04-18)


### Bug Fixes

* add flask-caching ([7743d05](https://github.com/engisalor/quartz/commit/7743d05db1a296b7c03fb20b7d3cb20724e4e254))
* add mkdir command to get_started ([7313c12](https://github.com/engisalor/quartz/commit/7313c12737af5fd250149a8a6ce820867b6cd605))
* add sidebar footer ([c22a76f](https://github.com/engisalor/quartz/commit/c22a76f0239f299f6ddb372f8627ce3b6edf7637))
* change html.H sizes ([ff01da5](https://github.com/engisalor/quartz/commit/ff01da5fa267c2b10e1341da90591cec56c16aca))
* corpora aio refactor, change html.H sizes ([1ce0985](https://github.com/engisalor/quartz/commit/1ce098571fbf59fa309d342e10058dd90c753e26))
* corpora pie chart responsiveness ([52ee109](https://github.com/engisalor/quartz/commit/52ee109c366cd562612e16f5cc8d71c8953aaaf3))
* freqs graph map title w/ labels ([455c312](https://github.com/engisalor/quartz/commit/455c31260de70e1b7915dda91dfac49cf613569b))
* freqs query order issue ([161d989](https://github.com/engisalor/quartz/commit/161d989079262b22cbab9aba8d03fb9a3cf026aa))
* freqs remove copy_url max size ([7acfe93](https://github.com/engisalor/quartz/commit/7acfe93019e635c1890eea60665cc0650db7c69a))
* frequencies download no data error ([a5db64a](https://github.com/engisalor/quartz/commit/a5db64af0883bfce0c7dce72905ee9361c464883))
* improve responsiveness ([56b56a3](https://github.com/engisalor/quartz/commit/56b56a36e7a5b3c1eb54d876c3f47422d2b308d6))
* remove sgex settings patches ([d9610d8](https://github.com/engisalor/quartz/commit/d9610d8bea1c87b230b63b054e0e96530480e6c5))
* surround PWD in {} ([6a35d75](https://github.com/engisalor/quartz/commit/6a35d7556c5b742326766cf4a27f692b78afce47))
* update icons ([b0efcef](https://github.com/engisalor/quartz/commit/b0efcef4b4325abee1b61d76f5314838648cb493))
* update requirements ([fbea0f2](https://github.com/engisalor/quartz/commit/fbea0f2f798318b39979faa6c5acd4f7ae8a3bc6))

## [0.2.0](https://github.com/engisalor/quartz/compare/v0.1.0...v0.2.0) (2023-03-21)

This release is a major update for the app, with various front- and back-end improvements.
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"
version: 0.2.0 # x-release-please-version
version: 0.2.1 # 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 builtin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2.0" # x-release-please-version
version = "0.2.1" # x-release-please-version
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.2.0" # x-release-please-version
version = "0.2.1" # x-release-please-version
authors = [{name="Loryn Isaacs", email="[email protected]"}]
description = "An interface for Sketch Engine focused on data visualization"

0 comments on commit 075cf54

Please sign in to comment.