diff --git a/CHANGELOG.md b/CHANGELOG.md index 991fc36..53ee62e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.3.0 - 2024-01-26 +#### Bug Fixes +- **(action)** revert ssh-agent action version - (327b9eb) - esteinig +- **(action)** remove ubuntu image in action - (efe04ae) - esteinig +- **(app)** remove .vscode - (63c7ee3) - esteinig +- **(ci)** test action - (3237260) - esteinig +- **(stack)** mod web deployment dev profile - (f58f929) - esteinig +- **(stack)** deployment .gitignore and spelling - (e42bfc3) - esteinig +- **(stack)** fix web secrets path - (a180845) - esteinig +- **(stack)** agnostic domain templates - (e054d63) - esteinig +- **(stack)** proxied docker compose secrets location - (07cf507) - esteinig +- **(stack)** docker web data cleaner - (f49c5d7) - esteinig +#### Documentation +- **(readme)** production reminder, web app restrictions - (8103782) - esteinig +- **(readme)** deployment and development - (19b4859) - esteinig +- **(readme)** fix etymology section - (0bc1c2a) - *esteinig* +- **(readme)** fix rebuild command - (5c395d4) - *esteinig* +- **(readme)** fix params - (5712a4d) - *esteinig* +- **(readme)** fix styles - (ce0d76b) - *esteinig* +- **(readme)** fix browser address and overview - (119aa4d) - *esteinig* +- **(readme)** local stack deployment and dependencies - (567c75e) - esteinig +#### Features +- **(ci)** ci/cd for production releases - (e600e15) - esteinig + +- - - + ## 0.2.0 - 2024-01-24 #### Features - **(changelog)** auto bump version config - (8448509) - esteinig diff --git a/app/package.json b/app/package.json index 6479503..5fcef71 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "brick", - "version": "0.2.0", + "version": "0.3.0", "private": true, "scripts": { "dev": "vite dev", diff --git a/docker/brick.env b/docker/brick.env index d3e47ff..a786b8c 100644 --- a/docker/brick.env +++ b/docker/brick.env @@ -30,7 +30,7 @@ SESSION_MAX_FILES=10000 # ORIGIN: http://localhost:5174 -PUBLIC_BRICK_VERSION=0.2.0 +PUBLIC_BRICK_VERSION=0.3.0 # Request size limit to Sveltekit server # determines maximum file and other request diff --git a/pyproject.toml b/pyproject.toml index 9087126..71932c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "brick" -version = "0.2.0" +version = "0.3.0" authors = [{name="Eike Steinig", email="eike.steinig@unimelb.edu.au"}] description = "BRICK implements BRIG-like interactive figures in D3 for bacterial genome visualization, annotation, comparison and exploration using a Python scripting API, CLI, REST API or UI." readme = "README.md"